Files
ansible/roles/nginx/templates/vhosts/tamerelol.giteu.be.conf.j2
VC 51d3e68b57
Some checks failed
ansible-lint / lint-everything (push) Failing after 1m17s
test: not to be merged
2025-04-05 14:13:33 +02:00

20 lines
307 B
Django/Jinja

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;
}
}