diff --git a/etc/nginx.conf b/etc/nginx.conf index 4a36acb..ec22469 100644 --- a/etc/nginx.conf +++ b/etc/nginx.conf @@ -24,6 +24,7 @@ server { proxy_set_header Host $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Host $host; + proxy_set_header Proxy ""; proxy_pass http://django:8080; }