Skip to content

Commit c381bc8

Browse files
committed
PHP 7.2 by default now
1 parent fb20b58 commit c381bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webserver-configs/nginx.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ server {
3030
## Begin - PHP
3131
location ~ \.php$ {
3232
# Choose either a socket or TCP/IP address
33-
fastcgi_pass unix:/var/run/php/php7.0-fpm.sock;
33+
fastcgi_pass unix:/var/run/php/php7.2-fpm.sock;
3434
# fastcgi_pass unix:/var/run/php5-fpm.sock; #legacy
3535
# fastcgi_pass 127.0.0.1:9000;
3636

0 commit comments

Comments
 (0)