mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
increase php version in nginx config
Signed-off-by: Eduard Veit <developer@ev21.de>
This commit is contained in:
parent
70b5f1c108
commit
2ef5a460b1
@ -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.2-fpm.sock;
|
||||
#server unix:/var/run/php/php7.4-fpm.sock;
|
||||
}
|
||||
|
||||
server {
|
||||
@ -198,7 +198,7 @@ In this example the webroot is located at
|
||||
|
||||
upstream php-handler {
|
||||
server 127.0.0.1:9000;
|
||||
#server unix:/var/run/php/php7.2-fpm.sock;
|
||||
#server unix:/var/run/php/php7.4-fpm.sock;
|
||||
}
|
||||
|
||||
server {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user