From ba2c0c42790fd29aec61dd2d9bfa2b166d2acdd7 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 17 Jul 2026 15:23:57 +0200 Subject: Fix deploying cgit locally --- roles/cgit/templates/cgit.caddy.j2 | 5 ----- 1 file changed, 5 deletions(-) (limited to 'roles/cgit') 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 }} } -- cgit v1.2.3