fix (proxy): use correct nextcloud local address
This commit is contained in:
parent
056d5c3566
commit
dea97914bf
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ server {
|
|||
|
||||
# Proxy Configuration
|
||||
location / {
|
||||
proxy_pass http://nextcloud_app_1:80;
|
||||
proxy_pass http://nextcloud-app-1:80;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
|
|
Loading…
Add table
Reference in a new issue