mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
nginx: explicitly listen on both ipv4 and ipv6 (works even if ipv6 isn't present)
This commit is contained in:
parent
82cf5b72e4
commit
31d6128a2b
@ -13,6 +13,7 @@ server {
|
||||
# The secure HTTPS server.
|
||||
server {
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
|
||||
server_name $HOSTNAME;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user