mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-05-10 10:34:59 -04:00
add nginx configuration
This commit is contained in:
commit
b5b55be1a6
3 changed files with 224 additions and 0 deletions
3
nginx/snippets/security-headers.conf
Normal file
3
nginx/snippets/security-headers.conf
Normal 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;
|
Loading…
Add table
Add a link
Reference in a new issue