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

Revert "Remove proxying headers from the auth service."

This reverts commit 95403974.
parent 3322c157
Branches
Tags
No related merge requests found
...@@ -23,6 +23,7 @@ server { ...@@ -23,6 +23,7 @@ server {
location / { location / {
proxy_pass http://$auth:8080$request_uri; proxy_pass http://$auth:8080$request_uri;
proxy_http_version 1.1; proxy_http_version 1.1;
include snippets/proxy-headers.conf;
include snippets/allow-shore-ips.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