diff --git a/nginx/nginx.conf b/nginx/nginx.conf index d461643b1b8921b22fa83cbdc21be5f1cd4e88ae..5525ba2990f082998b28b596526f16cd9619619c 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -44,7 +44,7 @@ http { location / { include uwsgi_params; uwsgi_pass hub:8080; - uwsgi_param HTTP_X_FORWARDED_PROTO https; + uwsgi_param X-Forwarded-Proto https; uwsgi_cache my_cache; } }