test: not to be merged
Some checks failed
ansible-lint / lint-everything (push) Failing after 1m17s

This commit is contained in:
VC
2025-04-05 14:13:33 +02:00
parent dd89ef99f6
commit 51d3e68b57
4 changed files with 52 additions and 15 deletions

View File

@@ -0,0 +1,19 @@
server {
{% include './templates/header.conf.j2' %}
root /srv/http/analyse.nintendojo.fr/;
index index.html index.htm index.php;
location ~* \.(js|css|png|jpg|jpeg|gif|ico|svg)$ {
expires 2w;
log_not_found off;
}
location ~ \.htaccess$ {
deny all;
}
location ~ ^/tmp {
deny all;
}
}