mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 15:33:30 +00:00
4 lines
108 B
Plaintext
4 lines
108 B
Plaintext
include /etc/nginx/zulip-include/proxy;
|
|
proxy_set_header X-Forwarded-For $remote_addr;
|
|
proxy_buffering off;
|