From 22988554510dd5d76df4037cebe8e6662f4dbc61 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 17 Jul 2026 15:40:22 +0200 Subject: Refactor proxy setup on cgit to simplify setup --- roles/cgit/templates/cgit.caddy.j2 | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 roles/cgit/templates/cgit.caddy.j2 (limited to 'roles/cgit/templates/cgit.caddy.j2') 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 %} -- cgit v1.2.3