Fix comment position to match rest of proxy-confs

This commit is contained in:
Petar Nikolov 2025-05-31 16:29:39 +03:00
parent 25b2f2ff97
commit 3f85e9a6f3
No known key found for this signature in database
GPG key ID: EE309EC7E86E128D

View file

@ -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;