Hello,
I am trying to set up nginx in combination with Typo3 6.x and RealURL. After many failed attempts I got it to work with these settings (if I leave that blank the pages throw a 404 error):
(in Plesk under <Domains> - <mydomain.com> - <Apache&nginx settings> - <additional nginx-instructions>)
Nginx settings for Typo3 RealURL ?
I am trying to set up nginx in combination with Typo3 6.x and RealURL. After many failed attempts I got it to work with these settings (if I leave that blank the pages throw a 404 error):
(in Plesk under <Domains> - <mydomain.com> - <Apache&nginx settings> - <additional nginx-instructions>)
if (!-f $request_filename){
set $rule_1 1$rule_1;
}
if (!-d $request_filename){
set $rule_1...
set $rule_1 1$rule_1;
}
if (!-d $request_filename){
set $rule_1...
Nginx settings for Typo3 RealURL ?