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/navidrome.conf.j2

4 lines
110 B
Django/Jinja

location {{ nginx_services[srv].path }} {
proxy_pass http://localhost:4533{{ nginx_services[srv].path }} ;
}