mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-23 02:14:26 +00:00
Change default plain port to 80
This commit is contained in:
parent
4d9b4966f5
commit
95937b8bad
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ DBROOT=$(</dev/urandom tr -dc A-Za-z0-9 | head -c 28)
|
|||
# ------------------------------
|
||||
|
||||
# You should use HTTPS, but in case of SSL offloaded reverse proxies:
|
||||
HTTP_PORT=8080
|
||||
HTTP_PORT=80
|
||||
HTTP_BIND=0.0.0.0
|
||||
|
||||
HTTPS_PORT=443
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue