From 2e62c1b33b3e02ac6ca11319bfde270f277beef9 Mon Sep 17 00:00:00 2001 From: fram3d Date: Sat, 27 Jan 2024 22:51:46 +0100 Subject: [PATCH] fix proxy host header in addsubdomain nginx config --- scripts/addsubdomain/subdomain.dmz.rs.proxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/addsubdomain/subdomain.dmz.rs.proxy b/scripts/addsubdomain/subdomain.dmz.rs.proxy index a70d964..9ba5a20 100644 --- a/scripts/addsubdomain/subdomain.dmz.rs.proxy +++ b/scripts/addsubdomain/subdomain.dmz.rs.proxy @@ -14,7 +14,7 @@ server { location / { - proxy_set_header Host azuracast.dckrov.rs; + proxy_set_header Host subdomain.dmz.rs; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;