From 6b6880264e119abebe97995207ec349e465b7681 Mon Sep 17 00:00:00 2001 From: AgBorkowski Date: Wed, 31 Aug 2016 14:21:21 +0200 Subject: [PATCH] Update nginx-site-ssl.conf add 443 ipv6 --- conf/nginx-site-ssl.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/nginx-site-ssl.conf b/conf/nginx-site-ssl.conf index de8f50b..a023284 100644 --- a/conf/nginx-site-ssl.conf +++ b/conf/nginx-site-ssl.conf @@ -1,5 +1,6 @@ server { listen 443 ssl; + listen [::]:443 ssl ipv6only=on; ## listen for ipv6 root /var/www/html; index index.php index.html index.htm;