Update ssl.conf

master
Edwin Lyon 4 years ago committed by GitHub
parent 076383549e
commit 7fa624bb94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      nginx/snippets/ssl.conf

@ -12,4 +12,5 @@ ssl_stapling_verify on;
resolver 127.0.0.1:53 1.1.1.1:53 1.0.0.1:53 '[2606:4700:4700::1111]:53' '[2606:4700:4700::1001]:53' valid=300s;
resolver_timeout 30s;
add_header Strict-Transport-Security "max-age=31536000";
# Not needed normally as mailcow has this already set.
#add_header Strict-Transport-Security "max-age=31536000";

Loading…
Cancel
Save