5 lines
180 B
Plaintext
5 lines
180 B
Plaintext
|
try_files $fastcgi_script_name =444;
|
||
|
|
||
|
## bypass the fact that try_files resets $fastcgi_path_info
|
||
|
## see: https://trac.nginx.org/nginx/ticket/321
|
||
|
set $path_info $fastcgi_path_info;
|