mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #2191 from nextcloud/backport/2152/stable19
[stable19] increase php version to 7.4 in NGINX configuration example
This commit is contained in:
commit
fe41928f40
@ -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