Come back to a non tls configuration
This commit is contained in:
@@ -121,14 +121,15 @@ COMPRESSION_LEVEL=
|
||||
###################################
|
||||
|
||||
# Path to redirect / to
|
||||
WEBROOT_REDIRECT=/
|
||||
WEBROOT_REDIRECT=
|
||||
|
||||
# Path to the admin interface if enabled
|
||||
WEB_ADMIN=/admin
|
||||
SESSION_COOKIE_SECURE=true
|
||||
|
||||
# Path to the webmail if enabled
|
||||
WEB_WEBMAIL=/webmail
|
||||
#SESSION_COOKIE_SECURE=true
|
||||
|
||||
|
||||
# Website name
|
||||
SITENAME=SDA.Zone
|
||||
@@ -154,7 +155,7 @@ COMPOSE_PROJECT_NAME=mailu
|
||||
CREDENTIAL_ROUNDS=12
|
||||
|
||||
# Header to take the real ip from
|
||||
REAL_IP_HEADER=192.168.100.50
|
||||
REAL_IP_HEADER=
|
||||
|
||||
# IPs for nginx set_real_ip_from (CIDR list separated by commas)
|
||||
REAL_IP_FROM=
|
||||
@@ -163,7 +164,9 @@ REAL_IP_FROM=
|
||||
REJECT_UNLISTED_RECIPIENT=no
|
||||
|
||||
# Log level threshold in start.py (value: CRITICAL, ERROR, WARNING, INFO, DEBUG, NOTSET)
|
||||
LOG_LEVEL=WARNING
|
||||
LOG_LEVEL=DEBUG
|
||||
|
||||
TZ=Europe/Paris
|
||||
|
||||
# If your CPU supports Advanced Vector Extensions
|
||||
# (AVX2 on x86_64, lrcpc on ARM64), you should consider enabling
|
||||
|
||||
Reference in New Issue
Block a user