From c7ee69bb85b9a911a7e39e9e1539320b78be8d4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jib=C3=A9?= Date: Thu, 7 Feb 2019 19:42:53 +0100 Subject: [PATCH] Update web_server_configuration Most of the symfony installation had to install PHP7.2. --- setup/web_server_configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/web_server_configuration.rst b/setup/web_server_configuration.rst index 7e80a5f533e..83a95dc0e72 100644 --- a/setup/web_server_configuration.rst +++ b/setup/web_server_configuration.rst @@ -288,7 +288,7 @@ The **minimum configuration** to get your application running under Nginx is: } location ~ ^/index\.php(/|$) { - fastcgi_pass unix:/var/run/php/php7.1-fpm.sock; + fastcgi_pass unix:/var/run/php/php7.2-fpm.sock; fastcgi_split_path_info ^(.+\.php)(/.*)$; include fastcgi_params;