Fix the nginx-nextcloud php upstream
This commit is contained in:
parent
bd7e4a3193
commit
6ef385a581
|
@ -27,7 +27,7 @@ http {
|
||||||
#gzip on;
|
#gzip on;
|
||||||
|
|
||||||
upstream php-handler {
|
upstream php-handler {
|
||||||
server nextcloud-nextcloud:9000;
|
server localhost:9000;
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
|
|
Loading…
Reference in a new issue