mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 22:33:35 +00:00
Port 930b468 from https://github.com/ansible/awx
Add the uwsgi_param 'HTTP_X_FORWARDED_PORT' to nginx configuration, This prevents the python-saml "invalid_response" error
This commit is contained in:
@@ -198,6 +198,7 @@ data:
|
|||||||
include {{ extra_nginx_include }};
|
include {{ extra_nginx_include }};
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
proxy_set_header X-Forwarded-Port 443;
|
proxy_set_header X-Forwarded-Port 443;
|
||||||
|
uwsgi_param HTTP_X_FORWARDED_PORT 443;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user