mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 21:11:31 -07:00
Fix comment position to match rest of proxy-confs
This commit is contained in:
parent
25b2f2ff97
commit
3f85e9a6f3
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ server {
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
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;
|
include /config/nginx/ssl.conf;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue