diff --git a/docker/config/nginx.conf b/docker/config/nginx.conf index 8082ce89..9badab30 100644 --- a/docker/config/nginx.conf +++ b/docker/config/nginx.conf @@ -135,9 +135,9 @@ http { location / { proxy_pass http://asgi_backend; proxy_set_header Host $http_host; + proxy_set_header Forwarded ""; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Forwarded-Proto $scheme; - proxy_set_header X-Forwarded-Ssl on; + proxy_set_header X-Forwarded-Proto https; } }