mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Update path to php-fpm socket
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
@@ -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 {
|
||||
@@ -191,7 +191,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 {
|
||||
|
||||
Reference in New Issue
Block a user