We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b2f2f commit 3f85e9aCopy full SHA for 3f85e9a
mailcow.subdomain.conf.sample
@@ -9,7 +9,8 @@ server {
9
listen 443 ssl;
10
listen [::]:443 ssl;
11
12
- server_name mailcow.* autoconfig.* autodiscover.*; # modify these names to match your domain/mailcow configuration
+ # modify these to match your domain/mailcow configuration
13
+ server_name mailcow.* autoconfig.* autodiscover.*;
14
15
include /config/nginx/ssl.conf;
16
0 commit comments