mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-03 13:33:27 +00:00
13 lines
201 B
Plaintext
13 lines
201 B
Plaintext
upstream django {
|
|
server unix:/home/zulip/deployments/fastcgi-socket;
|
|
}
|
|
|
|
upstream tornado {
|
|
server localhost:9993;
|
|
keepalive 10000;
|
|
}
|
|
|
|
upstream localhost_sso {
|
|
server localhost:8888;
|
|
}
|