Compare commits

...

1 commit

Author SHA1 Message Date
Tristan Daniël Maat 6ef385a581
Fix the nginx-nextcloud php upstream 2022-01-08 00:33:05 +00:00

View file

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