reorganize ssl config ; default proxy config

This commit is contained in:
2021-05-24 14:58:42 +00:00
parent ab8e4dbdbd
commit 04211ed730
7 changed files with 14 additions and 9 deletions

View File

@@ -1 +1,6 @@
include add_auto_ssl.conf;
include ssl.conf;
add_header Content-Security-Policy "default-src 'self' 'unsafe-inline'";
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";
add_header Referrer-Policy "strict-origin";
add_header Strict-Transport-Security "max-age=31536000" always;