mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-06 15:03:14 +00:00
The entrypoint.sh is now a fully functional setup and run script for zulip installations in docker.
8 lines
326 B
Plaintext
8 lines
326 B
Plaintext
# 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;
|