summaryrefslogtreecommitdiffstats
path: root/roles/cgit/templates/cgit.caddy.j2
blob: c0a87a189642082c1d39fa9b910fcd8be2d23610 (plain) (blame)
1
2
3
4
5
{% if cgit_public_hostname is defined %}
{{ cgit_public_hostname }} {
	reverse_proxy {{ network_ipv4_address }}:{{ cgit_port }}
}
{% endif %}