1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-01-23 09:22:52 +01:00
This commit is contained in:
tetuaoro 2026-01-21 08:53:48 +00:00 committed by GitHub
commit 59f2e91ff5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,8 +31,9 @@ server {
# The secure HTTPS server. # The secure HTTPS server.
server { server {
listen 443 ssl http2; listen 443 ssl;
listen [::]:443 ssl http2; listen [::]:443 ssl;
http2 on;
server_name $HOSTNAME; server_name $HOSTNAME;