mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-01 18:47:52 +00:00
nginx: Allow extending config with overrides
To facilitate this, the default redirect at / can be disabled, even if the default remains at redirecting to the webmailer. The extensions are within the host scope and are read from $ROOT/overrides/nginx/*.conf.
This commit is contained in:
@@ -97,6 +97,9 @@ COMPRESSION_LEVEL=
|
||||
# Web settings
|
||||
###################################
|
||||
|
||||
# Path to redirect / to
|
||||
WEB_DEFAULT=/webmail
|
||||
|
||||
# Path to the admin interface if enabled
|
||||
WEB_ADMIN=/admin
|
||||
|
||||
|
||||
@@ -29,6 +29,7 @@ services:
|
||||
- "$BIND_ADDRESS6:587:587"
|
||||
volumes:
|
||||
- "$ROOT/certs:/certs"
|
||||
- "$ROOT/overrides/nginx:/overrides"
|
||||
|
||||
redis:
|
||||
image: redis:alpine
|
||||
|
||||
Reference in New Issue
Block a user