mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
external-sso.conf: Fix missing proxy_set_header.
(imported from commit 64bcb06cf65f15908ee74d637ab3868916b1dfd7)
This commit is contained in:
@@ -4,5 +4,6 @@
|
|||||||
# identified the user.
|
# identified the user.
|
||||||
location /accounts/login/sso/ {
|
location /accounts/login/sso/ {
|
||||||
proxy_pass https://localhost:8888;
|
proxy_pass https://localhost:8888;
|
||||||
|
proxy_set_header Host $host;
|
||||||
proxy_next_upstream off;
|
proxy_next_upstream off;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user