We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb20b58 commit c381bc8Copy full SHA for c381bc8
webserver-configs/nginx.conf
@@ -30,7 +30,7 @@ server {
30
## Begin - PHP
31
location ~ \.php$ {
32
# Choose either a socket or TCP/IP address
33
- fastcgi_pass unix:/var/run/php/php7.0-fpm.sock;
+ fastcgi_pass unix:/var/run/php/php7.2-fpm.sock;
34
# fastcgi_pass unix:/var/run/php5-fpm.sock; #legacy
35
# fastcgi_pass 127.0.0.1:9000;
36
0 commit comments