Add HTTPS_BIND
parent
4db74f6734
commit
0610333205
|
@ -43,11 +43,19 @@ DBPASS=$(</dev/urandom tr -dc A-Za-z0-9 | head -c 28)
|
||||||
DBROOT=$(</dev/urandom tr -dc A-Za-z0-9 | head -c 28)
|
DBROOT=$(</dev/urandom tr -dc A-Za-z0-9 | head -c 28)
|
||||||
|
|
||||||
# ------------------------------
|
# ------------------------------
|
||||||
# Misc configuration
|
# HTTPS Bindings
|
||||||
|
# ------------------------------
|
||||||
|
|
||||||
|
HTTPS_PORT=443
|
||||||
|
HTTPS_BIND=0.0.0.0
|
||||||
|
|
||||||
|
# ------------------------------
|
||||||
|
# Other bindings
|
||||||
# ------------------------------
|
# ------------------------------
|
||||||
# You should leave that alone
|
# You should leave that alone
|
||||||
# Can also be 11.22.33.44:25 or 0.0.0.0:465 etc. for specific bindings
|
# Format: 11.22.33.44:25 or 0.0.0.0:465 etc.
|
||||||
HTTPS_PORT=443
|
# Do _not_ use IP:PORT in HTTPS_BIND or HTTPS_PORT
|
||||||
|
|
||||||
SMTP_PORT=25
|
SMTP_PORT=25
|
||||||
SMTPS_PORT=465
|
SMTPS_PORT=465
|
||||||
SUBMISSION_PORT=587
|
SUBMISSION_PORT=587
|
||||||
|
|
Loading…
Reference in New Issue