Skip to content
Snippets Groups Projects
Commit ca93daaa authored by Thomas Downes's avatar Thomas Downes Committed by GraceDB
Browse files

Update to stop adding extra headers which have already been set by traefik

parent daad7be4
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@ ServerName ${DJANGO_PRIMARY_FQDN}
Alias /documentation/ "/home/gracedb/gracedb_project/docs/user_docs/build/"
Alias /admin_docs/ "/home/gracedb/gracedb_project/docs/admin_docs/build/"
ProxyPreserveHost on
ProxyAddHeaders off
ProxyPass "/robots.txt" "!"
ProxyPass "/shibboleth-ds" "!"
ProxyPass "/Shibboleth.sso" "!"
......
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