This repository has been archived on 2024-11-01. You can view files and clone it, but cannot push or open issues or pull requests.
services/_ansible/templates/caddy_site.conf.j2

4 lines
82 B
Django/Jinja

{{ svc.domain }} {
import default
reverse_proxy {{ svc.name }}:{{ svc.port }}
}