8000 Update web_server_configuration · symfony/symfony-docs@c7ee69b · GitHub
[go: up one dir, main page]

Skip to content

Commit c7ee69b

Browse files
authored
Update web_server_configuration
Most of the symfony installation had to install PHP7.2.
1 parent e18e809 commit c7ee69b

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