Files
ansible/roles/nginx/templates/vhosts/btf.mateu.be.conf.j2
2024-11-04 17:48:43 +01:00

11 lines
133 B
Django/Jinja

server {
{% include './templates/header.conf.j2' %}
location / {
root /net/;
fancyindex on;
fancyindex_exact_size off;
}
}