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
151 B
Text
Raw Normal View History

2023-06-13 18:48:16 +00:00
{{ svc.domain }} {
import default
2023-06-17 11:24:02 +00:00
{{ svc.caddy_extra | default('') | indent(width='\t', first=True) }}
2023-06-13 18:48:16 +00:00
reverse_proxy {{ svc.name }}:{{ svc.port }}
}