From d1fdd25b2f5d195655d197dc776a284d0dd677f9 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 16 Oct 2023 20:43:31 +0300 Subject: [PATCH] found a much better fix to debugging on mobile --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 461df2402..e205bad78 100644 --- a/nginx.conf +++ b/nginx.conf @@ -3,7 +3,7 @@ server { client_max_body_size 100m; listen 80; listen [::]:80; - proxy_set_header Host localhost; + proxy_set_header Host $http_host; include includes/headers; proxy_set_header X-Forwarded-For $remote_addr;