mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-05 15:57:23 +01:00
nginx: explicitly listen on both ipv4 and ipv6 (works even if ipv6 isn't present)
This commit is contained in:
@@ -13,6 +13,7 @@ server {
|
|||||||
# The secure HTTPS server.
|
# The secure HTTPS server.
|
||||||
server {
|
server {
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
|
listen [::]:443 ssl;
|
||||||
|
|
||||||
server_name $HOSTNAME;
|
server_name $HOSTNAME;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user