We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e18e809 commit c7ee69bCopy full SHA for c7ee69b
setup/web_server_configuration.rst
@@ -288,7 +288,7 @@ The **minimum configuration** to get your application running under Nginx is:
288
}
289
290
location ~ ^/index\.php(/|$) {
291
- fastcgi_pass unix:/var/run/php/php7.1-fpm.sock;
+ fastcgi_pass unix:/var/run/php/php7.2-fpm.sock;
292
fastcgi_split_path_info ^(.+\.php)(/.*)$;
293
include fastcgi_params;
294
0 commit comments