mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-17 12:21:32 +00:00
Moved the includes/zulip-puppet to the repo root
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# Longpolling version needed for xhr streaming support
|
||||
include /etc/nginx/zulip-include/proxy_longpolling;
|
||||
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
# This should override the Connection setting in zulip-include/proxy
|
||||
proxy_set_header Connection $connection_upgrade;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
Reference in New Issue
Block a user