updated php-handler since php 7 is required

This commit is contained in:
anoy 2018-09-15 12:01:46 +02:00 committed by Morris Jobke
parent 4afa8ae5f2
commit e6022cf5fd
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68

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 {
@ -194,7 +194,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 {