mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-05-27 17:53:19 +00:00
[Config] Add ADDITIONAL_SERVER_NAMES as optional config to define additional server_name parameters for mailcow UI
This commit is contained in:
@@ -1 +0,0 @@
|
||||
server_name ${MAILCOW_HOSTNAME} autodiscover.* autoconfig.*;
|
||||
+1
@@ -0,0 +1 @@
|
||||
echo "server_name ${MAILCOW_HOSTNAME} autodiscover.* autoconfig.* $(echo ${ADDITIONAL_SERVER_NAMES} | tr ',' ' ');"
|
||||
Reference in New Issue
Block a user