Merge pull request #17 from Angristan/patch-2

Add IPv6 for port 443
This commit is contained in:
wxcafé 2017-04-14 02:03:34 +02:00 committed by GitHub
commit c23d32df4c
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,7 @@ server {
server {
listen 443 ssl;
listen [::]:443 ssl;
server_name example.com;
ssl_protocols TLSv1.2;
@ -46,7 +47,6 @@ server {
gzip_http_version 1.1;
gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;
add_header Strict-Transport-Security "max-age=31536000";
location / {