mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Merge pull request #864 from anoymouserver/patch-1
updated php-handler since php 7 is required
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user