This commit is contained in:
Julien Palard 2024-01-25 18:21:40 +01:00
parent 02a679360d
commit ea3563caa6
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 4 additions and 0 deletions

View File

@ -105,6 +105,10 @@
add_header X-Content-Type-Options "nosniff";
}
location /django-initiation/ {
add_header X-Content-Type-Options "nosniff";
}
root /var/www/mdk.fr/;
index index.html;
}