1
0
angie-conv-image/angie/snip.dist/fastcgi-location

5 lines
180 B
Plaintext
Raw Normal View History

2024-09-17 14:11:00 +03:00
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;