mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-03-30 23:37:05 +00:00
Merge 8028e17b6e
into 3efd4257b5
This commit is contained in:
commit
4f85a6c378
@ -31,8 +31,9 @@ server {
|
||||
|
||||
# The secure HTTPS server.
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
http2 on;
|
||||
|
||||
server_name $HOSTNAME;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user