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:
Morris Jobke 2020-07-05 23:16:34 +02:00 committed by GitHub
commit fe41928f40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {