Skip to content
Snippets Groups Projects
Commit 599aef82 authored by Romain Dallet's avatar Romain Dallet
Browse files

Fix nginx conf for galaxy without authelia

parent caebe444
No related branches found
No related tags found
1 merge request!36Release v2.2.0
......@@ -15,4 +15,4 @@ uwsgi_param REMOTE_PORT $remote_port;
uwsgi_param SERVER_PORT $server_port;
uwsgi_param SERVER_NAME $server_name;
uwsgi_param HTTP_REMOTE_USER {% if https_port is defined %}$http_remote_user if_not_empty;{% elif galaxy_default_admin_user is defined %}{{ galaxy_default_admin_user }};{% else %}$http_remote_user if_not_empty;{% endif %}
uwsgi_param HTTP_REMOTE_USER {% if authelia_config_path is defined %}$http_remote_user if_not_empty;{% elif galaxy_default_admin_user is defined %}{{ galaxy_default_admin_user }};{% else %}$http_remote_user if_not_empty;{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment