You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-12-01 22:41:53 +02:00
Merge pull request #713 from pgeorgi/extend-nginx
nginx: Allow extending config with overrides
This commit is contained in:
@@ -32,7 +32,8 @@ services:
|
||||
{% endfor %}
|
||||
volumes:
|
||||
- "{{ root }}/certs:/certs"
|
||||
|
||||
- "{{ root }}/overrides/nginx:/overrides"
|
||||
|
||||
{% if resolver_enabled %}
|
||||
resolver:
|
||||
image: mailu/unbound:{{ version }}
|
||||
|
||||
@@ -111,6 +111,9 @@ COMPRESSION_LEVEL={{ compression_level }}
|
||||
# Web settings
|
||||
###################################
|
||||
|
||||
# Path to redirect / to
|
||||
WEBROOT_REDIRECT=/webmail
|
||||
|
||||
# Path to the admin interface if enabled
|
||||
WEB_ADMIN={{ admin_path }}
|
||||
|
||||
|
||||
@@ -27,6 +27,7 @@ services:
|
||||
{% endfor %}
|
||||
volumes:
|
||||
- "{{ root }}/certs:/certs"
|
||||
- "{{ root }}/overrides/nginx:/overrides"
|
||||
deploy:
|
||||
replicas: {{ front_replicas }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user