8000 minor #6562 Remove extra spaces in Nginx template (bocharsky-bw) · symfony/symfony-docs@ef3ccd9 · GitHub
[go: up one dir, main page]

Skip to content

Commit ef3ccd9

Browse files
committed
minor #6562 Remove extra spaces in Nginx template (bocharsky-bw)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #6562). Discussion ---------- Remove extra spaces in Nginx template Commits ------- 5d6e1db Remove extra spaces in Nginx template
2 parents c7e2145 + 5d6e1db commit ef3ccd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/configuration/web_server_configuration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ The **minimum configuration** to get your application running under Nginx is:
283283
# Otherwise, PHP's OPcache may not properly detect changes to
284284
# your PHP files (see https://github.com/zendtech/ZendOptimizerPlus/issues/126
285285
# for more information).
286-
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
286+
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
287287
fastcgi_param DOCUMENT_ROOT $realpath_root;
288288
}
289289
# PROD
@@ -298,7 +298,7 @@ The **minimum configuration** to get your application running under Nginx is:
298298
# Otherwise, PHP's OPcache may not properly detect changes to
299299
# your PHP files (see https://github.com/zendtech/ZendOptimizerPlus/issues/126
300300
# for more information).
301-
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
301+
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
302302
fastcgi_param DOCUMENT_ROOT $realpath_root;
303303
# Prevents URIs that include the front controller. This will 404:
304304
# http://domain.tld/app.php/some-path

0 commit comments

Comments
 (0)
0