Removes duplicate HSTS directive

This commit is contained in:
wxcafé 2017-04-14 02:03:03 +02:00 committed by GitHub
parent 368d815e4d
commit 6e431d26de
1 changed files with 0 additions and 2 deletions

View File

@ -31,8 +31,6 @@ server {
ssl_certificate /etc/letsencrypt/live/example.com/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/example.com/privkey.pem;
add_header Strict-Transport-Security "max-age=31536000";
keepalive_timeout 70;
sendfile on;