add nginx configuration

This commit is contained in:
Daniel Micay 2021-05-24 13:52:50 -04:00
commit b5b55be1a6
3 changed files with 224 additions and 0 deletions

View file

@ -0,0 +1,3 @@
add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload" always;
add_header X-Content-Type-Options "nosniff" always;
add_header Expect-CT "enforce, max-age=63072000" always;