mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-05 06:23:17 +00:00
The entrypoint.sh is now a fully functional setup and run script for zulip installations in docker.
4 lines
86 B
Plaintext
4 lines
86 B
Plaintext
include /etc/nginx/zulip-include/proxy;
|
|
proxy_buffering off;
|
|
proxy_read_timeout 1200;
|