From cd2a2af9486d7434d9b1d39055fba8caea454f8f Mon Sep 17 00:00:00 2001 From: Jan Koppe Date: Sun, 31 Oct 2021 13:33:18 +0100 Subject: [PATCH] remove nginx host config stuff --- docker/nginx.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker/nginx.conf b/docker/nginx.conf index f6a7d84..f2b3680 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -12,8 +12,6 @@ http { listen 80 default_server; listen [::]:80 default_server; location / { - proxy_set_header Host $host; - proxy_set_header X-Forwarded-For $remote_addr; proxy_pass http://127.0.0.1:8000; } location /static {