1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-07-17 01:32:29 +02:00

Merge pull request #713 from pgeorgi/extend-nginx

nginx: Allow extending config with overrides
This commit is contained in:
Tim Möhlmann
2018-12-09 21:44:24 +02:00
committed by GitHub
7 changed files with 23 additions and 8 deletions

View File

@ -100,6 +100,9 @@ COMPRESSION_LEVEL=
# Web settings
###################################
# Path to redirect / to
WEBROOT_REDIRECT=/webmail
# Path to the admin interface if enabled
WEB_ADMIN=/admin

View File

@ -29,6 +29,7 @@ services:
- "$BIND_ADDRESS6:587:587"
volumes:
- "$ROOT/certs:/certs"
- "$ROOT/overrides/nginx:/overrides"
redis:
image: redis:alpine