Update nginx-site-ssl.conf

add 443 ipv6
This commit is contained in:
AgBorkowski
2016-08-31 14:21:21 +02:00
committed by GitHub
parent 09cc8778cb
commit 6b6880264e

View File

@@ -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;