This repository has been archived on 2023-09-13. You can view files and clone it, but cannot push or open issues or pull requests.
homeserver-ansible/roles/services/webserver/templates/srv_conf/website.conf.j2

5 lines
147 B
Django/Jinja

location {{ nginx_services[srv].path }} {
root {{ webroot }}/{{ server_blocks[item].domain }}{{ nginx_services[srv].path }};
index index.html;
}