updated php-handler since php 7 is required

This commit is contained in:
anoy
2018-09-15 12:01:46 +02:00
committed by GitHub
parent ee25d773e0
commit 9ab39ed554

View File

@@ -36,7 +36,7 @@ webroot of your nginx installation. In this example it is
upstream php-handler {
server 127.0.0.1:9000;
#server unix:/var/run/php5-fpm.sock;
#server unix:/var/run/php/php7.0-fpm.sock;
}
server {
@@ -191,7 +191,7 @@ your nginx installation.
upstream php-handler {
server 127.0.0.1:9000;
#server unix:/var/run/php5-fpm.sock;
#server unix:/var/run/php/php7.0-fpm.sock;
}
server {