summaryrefslogtreecommitdiffstats
path: root/roles/cgit/templates
diff options
context:
space:
mode:
Diffstat (limited to 'roles/cgit/templates')
-rw-r--r--roles/cgit/templates/cgit.caddy.j25
1 files changed, 0 insertions, 5 deletions
diff --git a/roles/cgit/templates/cgit.caddy.j2 b/roles/cgit/templates/cgit.caddy.j2
index 7b04a77b..c0a87a18 100644
--- a/roles/cgit/templates/cgit.caddy.j2
+++ b/roles/cgit/templates/cgit.caddy.j2
@@ -1,9 +1,4 @@
-{{ cgit_hostname }} {
- tls internal
- reverse_proxy {{ network_ipv4_address }}:{{ cgit_port }}
-}
{% if cgit_public_hostname is defined %}
-
{{ cgit_public_hostname }} {
reverse_proxy {{ network_ipv4_address }}:{{ cgit_port }}
}