From 4f510464d12ac7bbe4c96928a0f2edd421b2f538 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 29 Oct 2023 15:58:25 +0100 Subject: [PATCH] Update conf/nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 21d0e65..8e0f1d4 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -5,7 +5,7 @@ location __PATH__ { 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 $scheme; - proxy_set_header Host __DOMAIN__; + proxy_set_header Host $host; proxy_http_version 1.1; proxy_no_cache $cookie_session; proxy_set_header Upgrade $http_upgrade;