diff --git a/docker/nginx.conf b/docker/nginx.conf index f2b3680..f6a7d84 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -12,6 +12,8 @@ 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 {