Fix the nginx-nextcloud php upstream

This commit is contained in:
Tristan Daniël Maat 2022-01-08 00:27:01 +00:00
parent bd7e4a3193
commit 6ef385a581
Signed by: tlater
GPG key ID: 49670FD774E43268

View file

@ -27,7 +27,7 @@ http {
#gzip on;
upstream php-handler {
server nextcloud-nextcloud:9000;
server localhost:9000;
}
server {