Skip to content

Commit

Permalink
PHP 7.2 by default now
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Aug 16, 2018
1 parent fb20b58 commit c381bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webserver-configs/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ server {
## Begin - PHP
location ~ \.php$ {
# Choose either a socket or TCP/IP address
fastcgi_pass unix:/var/run/php/php7.0-fpm.sock;
fastcgi_pass unix:/var/run/php/php7.2-fpm.sock;
# fastcgi_pass unix:/var/run/php5-fpm.sock; #legacy
# fastcgi_pass 127.0.0.1:9000;

Expand Down

0 comments on commit c381bc8

Please sign in to comment.