Alex Vandiver edited this page
Jun 13, 2023·
4 revisionsTo proxy connections to the docker-zulip
container from nginx running on a host machine, you'll want to follow the standard deployment recommendations for putting Zulip behind a proxy.
Add a /etc/nginx/sites-enabled/zulip.example.com.conf
, based on the suggested nginx
configuration. You should use a proxy_pass
of http://127.0.0.1:8080
.
Use these settings in your docker-compose.yml
:
... zulip: ports: - "8080:80" environment: # Other settings... SETTING_EXTERNAL_HOST: "zulip.example.com" DISABLE_HTTPS: true LOADBALANCER_IPS: 172.16.0.0/20
If your Docker network is something other than 172.16.0.0/20 (or a subset thereof), adjust LOADBALANCER_IPS
accordingly.
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4