CPS for logs.afpy.org

This commit is contained in:
Julien Palard 2023-07-23 12:12:27 +02:00
parent 169c154931
commit c1770f90fe
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,10 @@
listen [::]:443 ssl http2; listen 443 ssl http2;
server_name logs.afpy.org;
include snippets/letsencrypt-logs.afpy.org.conf;
add_header Content-Security-Policy "default-src 'none'; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline';";
add_header X-Content-Type-Options "nosniff";
add_header X-Frame-Options DENY;
location /
{
include proxy_params;