From 0460e3e5a1c0ceb16a7ff404d4c93328ad196deb Mon Sep 17 00:00:00 2001 From: Chriz Date: Thu, 2 Oct 2025 12:55:23 +0200 Subject: [PATCH] Update nextcloud-for-mailcow-dockerized.conf fixes --- scripts/nextcloud-for-mailcow-dockerized.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/nextcloud-for-mailcow-dockerized.conf b/scripts/nextcloud-for-mailcow-dockerized.conf index fd53a71..c8712ba 100644 --- a/scripts/nextcloud-for-mailcow-dockerized.conf +++ b/scripts/nextcloud-for-mailcow-dockerized.conf @@ -19,14 +19,14 @@ server { } location / { - proxy_pass https://nc.sysops.de; + proxy_pass https://cloud.domain.tld; # Hostname & Forwarded-Header sauber durchreichen proxy_set_header Host 192.168.178.253; # explizit der Upstream-Name proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto https; # TLS endet hier - proxy_set_header X-Forwarded-Host $host; # also cloud.sysops.de + proxy_set_header X-Forwarded-Host $host; # also cloud.domain.tld proxy_set_header X-Forwarded-Port 443; proxy_set_header Forwarded "for=$remote_addr;proto=https;host=$host"; proxy_set_header Referrer-Policy "no-referrer";