Merge pull request #65 from agborkowski/patch-1

Update nginx-site-ssl.conf
This commit is contained in:
Ric Harvey
2016-08-31 21:27:35 +01:00
committed by GitHub

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;