Update path to php-fpm socket (#1523)

Update path to php-fpm socket
This commit is contained in:
John Molakvoæ 2019-07-02 06:34:39 +02:00 committed by GitHub
commit cd81f70d0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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