summaryrefslogtreecommitdiffstats
path: root/roles/cgit/templates/cgit.caddy.j2
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-07-17 15:40:22 +0200
committerAhmed Abdelhalim <[email protected]>2026-07-17 15:40:22 +0200
commit22988554510dd5d76df4037cebe8e6662f4dbc61 (patch)
tree9e2994f0d87d8b88886e913882ee47ab133d210c /roles/cgit/templates/cgit.caddy.j2
parent92ba528a34337b59408e41b124aafc8946439feb (diff)
Refactor proxy setup on cgit to simplify setup
Diffstat (limited to 'roles/cgit/templates/cgit.caddy.j2')
-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
deleted file mode 100644
index c0a87a18..00000000
--- a/roles/cgit/templates/cgit.caddy.j2
+++ /dev/null
@@ -1,5 +0,0 @@
-{% if cgit_public_hostname is defined %}
-{{ cgit_public_hostname }} {
- reverse_proxy {{ network_ipv4_address }}:{{ cgit_port }}
-}
-{% endif %}