mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-02-12 23:41:57 +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
data/conf/nginx/templates/server_name.template.sh
Executable file
1
data/conf/nginx/templates/server_name.template.sh
Executable file
@@ -0,0 +1 @@
|
||||
echo "server_name ${MAILCOW_HOSTNAME} autodiscover.* autoconfig.* $(echo ${ADDITIONAL_SERVER_NAMES} | tr ',' ' ');"
|
||||
Reference in New Issue
Block a user