Skip to content

Commit 3f85e9a

Browse files
committed
Fix comment position to match rest of proxy-confs
1 parent 25b2f2f commit 3f85e9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mailcow.subdomain.conf.sample

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ server {
99
listen 443 ssl;
1010
listen [::]:443 ssl;
1111

12-
server_name mailcow.* autoconfig.* autodiscover.*; # modify these names to match your domain/mailcow configuration
12+
# modify these to match your domain/mailcow configuration
13+
server_name mailcow.* autoconfig.* autodiscover.*;
1314

1415
include /config/nginx/ssl.conf;
1516

0 commit comments

Comments
 (0)