A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/zulip/docker-zulip/wiki/Proxying-via-nginx-on-host-machine below:

Proxying via nginx on host machine · zulip/docker-zulip Wiki · GitHub

Skip to content Navigation Menu Search code, repositories, users, issues, pull requests...

Saved searches Use saved searches to filter your results more quickly

Sign up You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert Proxying via nginx on host machine

Alex Vandiver edited this page

Jun 13, 2023

·

4 revisions

To 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.

  1. 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.

  2. 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.

Toggle table of contents Pages 3

Clone this wiki locally

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