From 3f85e9a6f3531c75d8aad1fe5b3ddb1ccb5cc132 Mon Sep 17 00:00:00 2001 From: Petar Nikolov Date: Sat, 31 May 2025 16:29:39 +0300 Subject: [PATCH] Fix comment position to match rest of proxy-confs --- mailcow.subdomain.conf.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mailcow.subdomain.conf.sample b/mailcow.subdomain.conf.sample index a768ec9..8f111c5 100644 --- a/mailcow.subdomain.conf.sample +++ b/mailcow.subdomain.conf.sample @@ -9,7 +9,8 @@ server { listen 443 ssl; listen [::]:443 ssl; - server_name mailcow.* autoconfig.* autodiscover.*; # modify these names to match your domain/mailcow configuration + # modify these to match your domain/mailcow configuration + server_name mailcow.* autoconfig.* autodiscover.*; include /config/nginx/ssl.conf;