Merge pull request #864 from anoymouserver/patch-1

updated php-handler since php 7 is required
This commit is contained in:
Morris Jobke
2018-10-03 16:24:38 +02:00
committed by GitHub

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 {