mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 15:33:30 +00:00
4 lines
101 B
Plaintext
4 lines
101 B
Plaintext
proxy_set_header Host $host;
|
|
proxy_set_header X-Forwarded-For $remote_addr;
|
|
proxy_next_upstream off;
|