nginx & mariadb

This commit is contained in:
Alexandre
2021-12-27 23:40:19 +01:00
parent ccc1fbf583
commit 51d12defcc
9 changed files with 217 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
root /dev/null;
server_name $hostname;
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";
add_header X-Robots-Tag none;