fix (proxy): use correct nextcloud local address

This commit is contained in:
thomasabishop 2025-03-23 09:46:41 +00:00
parent 352cd490cb
commit 1d2366d83e

View file

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