webinoly/templates/nginx/common/headers-https.conf
Cristhian Martínez Ochoa 628718159f http header warning
Warning text for some HTTP headers.
2017-12-18 21:44:07 -06:00

6 lines
373 B
Plaintext

# Be aware that inclusion in the preload list cannot easily be undone.
# Don't request inclusion unless you're sure that you can support HTTPS for your entire site and all its subdomains the long term.
# https://hstspreload.org/
#add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload";
add_header Strict-Transport-Security "max-age=31536000";