mailcow/data/conf/nginx/templates/server_name.template.sh

2 lines
116 B
Bash
Raw Normal View History

echo "server_name ${MAILCOW_HOSTNAME} autodiscover.* autoconfig.* $(echo ${ADDITIONAL_SERVER_NAMES} | tr ',' ' ');"