File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ The **minimum configuration** to get your application running under Nginx is:
283
283
# Otherwise, PHP's OPcache may not properly detect changes to
284
284
# your PHP files (see https://github.com/zendtech/ZendOptimizerPlus/issues/126
285
285
# for more information).
286
- fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
286
+ fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
287
287
fastcgi_param DOCUMENT_ROOT $realpath_root;
288
288
}
289
289
# PROD
@@ -298,7 +298,7 @@ The **minimum configuration** to get your application running under Nginx is:
298
298
# Otherwise, PHP's OPcache may not properly detect changes to
299
299
# your PHP files (see https://github.com/zendtech/ZendOptimizerPlus/issues/126
300
300
# for more information).
301
- fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
301
+ fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
302
302
fastcgi_param DOCUMENT_ROOT $realpath_root;
303
303
# Prevents URIs that include the front controller. This will 404:
304
304
# http://domain.tld/app.php/some-path
You can’t perform that action at this time.
0 commit comments