We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e09a1 commit 6332de0Copy full SHA for 6332de0
install/deb/templates/web/nginx/php-fpm/prestashop.stpl
@@ -116,9 +116,7 @@ server {
116
try_files $fastcgi_script_name /index.php$uri&$args =404;
117
fastcgi_split_path_info ^(.+\.php)(/.+)$;
118
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
119
- if (!-f $document_root$fastcgi_script_name) {
120
- return 404;
121
- }
+
122
fastcgi_pass %backend_lsnr%;
123
fastcgi_index index.php;
124
include /etc/nginx/fastcgi_params;
0 commit comments