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

6 lines
140 B
Text
Raw Normal View History

2023-06-13 18:48:16 +00:00
{{ svc.domain }} {
import default
2023-06-13 21:32:09 +00:00
{{ svc.caddy_extra | default('') | indent(width='\t') }}
2023-06-13 18:48:16 +00:00
reverse_proxy {{ svc.name }}:{{ svc.port }}
}