8000 minor #10972 Update web_server_configuration (jibe0123) · symfony/symfony-docs@63ccd9d · GitHub
[go: up one dir, main page]

Skip to content

Commit 63ccd9d

Browse files
committed
minor #10972 Update web_server_configuration (jibe0123)
This PR was merged into the 4.2 branch. Discussion ---------- Update web_server_configuration Most of the symfony installation had to install PHP7.2. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- c7ee69b Update web_server_configuration
2 parents 5985f27 + c7ee69b commit 63ccd9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/web_server_configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ The **minimum configuration** to get your application running under Nginx is:
288288
}
289289
290290
location ~ ^/index\.php(/|$) {
291-
fastcgi_pass unix:/var/run/php/php7.1-fpm.sock;
291+
fastcgi_pass unix:/var/run/php/php7.2-fpm.sock;
292292
fastcgi_split_path_info ^(.+\.php)(/.*)$;
293293
include fastcgi_params;
294294

0 commit comments

Comments
 (0)
0