mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
updated php-handler since php 7 is required
This commit is contained in:
parent
4afa8ae5f2
commit
e6022cf5fd
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user