external-sso.conf: Fix missing proxy_set_header.

(imported from commit 64bcb06cf65f15908ee74d637ab3868916b1dfd7)
This commit is contained in:
Tim Abbott
2013-12-03 16:22:38 -05:00
parent 79910fa2b3
commit 953c3578dc

View File

@@ -4,5 +4,6 @@
# identified the user.
location /accounts/login/sso/ {
proxy_pass https://localhost:8888;
proxy_set_header Host $host;
proxy_next_upstream off;
}