summaryrefslogtreecommitdiffstats
path: root/roles/cgit/templates
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-07-17 15:23:57 +0200
committerAhmed Abdelhalim <[email protected]>2026-07-17 15:23:57 +0200
commitba2c0c42790fd29aec61dd2d9bfa2b166d2acdd7 (patch)
treef2d61632b34b4b434e43d929fc0bb484d0ec9792 /roles/cgit/templates
parent3214723328be67577b48069a52b84ac2d1676084 (diff)
Fix deploying cgit locally
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 }}
}