Merge pull request #106 from broedli/patch-1

added HTTP_PORT
master
André Peters 2017-03-08 17:12:40 +01:00 committed by GitHub
commit 5a7142810d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ This is just an example of how to obtain certificates with certbot. There are se
wget https://dl.eff.org/certbot-auto -O /usr/local/sbin/certbot && chmod +x /usr/local/sbin/certbot wget https://dl.eff.org/certbot-auto -O /usr/local/sbin/certbot && chmod +x /usr/local/sbin/certbot
``` ```
2\. Make sure you set `HTTP_BIND=0.0.0.0` in `mailcow.conf` or setup a reverse proxy to enable connections to port 80. If you changed HTTP_BIND, then restart Nginx: 2\. Make sure you set `HTTP_BIND=0.0.0.0` and `HTTP_PORT=80` in `mailcow.conf` or setup a reverse proxy to enable connections to port 80. If you changed HTTP_BIND, then restart Nginx:
``` bash ``` bash
docker-compose restart nginx-mailcow docker-compose restart nginx-mailcow
``` ```