You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mailcow.subdomain.conf.sample
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
## Version 2025/05/31
1
+
## Version 2025/07/18
2
2
# make sure that your mailcow container is named mailcow
3
3
# make sure that you are aqquainted with the mailcow documentation (https://docs.mailcow.email/)
4
4
# make sure you have read the most important entries in the "Get Started" section, "Post Installation Tasks -> Reverse Proxy -> Overview" and "Post Installation Tasks -> Reverse Proxy -> Nginx" sections
@@ -7,7 +7,9 @@
7
7
8
8
server {
9
9
listen 443 ssl;
10
+
# listen 443 quic;
10
11
listen [::]:443 ssl;
12
+
# listen [::]:443 quic;
11
13
12
14
# modify these to match your domain/mailcow configuration
0 commit comments