Moved the includes/zulip-puppet to the repo root

This commit is contained in:
Alexander Trost
2015-10-20 10:17:56 +02:00
parent 3592466631
commit 6fc77ad243
39 changed files with 2 additions and 2 deletions

View File

@@ -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;