Skip to content
Snippets Groups Projects
Commit 5770c72e authored by nimrod's avatar nimrod
Browse files

Revert "Remove proxying headers from the auth service."

This reverts commit 95403974.
parent 5d90780b
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ server {
location / {
proxy_pass http://$auth:8080$request_uri;
proxy_http_version 1.1;
include snippets/proxy-headers.conf;
include snippets/allow-shore-ips.conf;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment