Files
ansible/roles/nginx/templates/vhosts/vlt.test.mateu.be.conf.j2
VC 93580cd138
Some checks failed
ansible-lint / lint-everything (push) Failing after 1m28s
🧪: dc1
2025-07-11 15:56:28 +02:00

9 lines
110 B
Django/Jinja

server {
{% include './templates/header.conf.j2' %}
location / {
proxy_pass http://localhost:8200;
}
}