diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-17 15:23:57 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-17 15:23:57 +0200 |
| commit | ba2c0c42790fd29aec61dd2d9bfa2b166d2acdd7 (patch) | |
| tree | f2d61632b34b4b434e43d929fc0bb484d0ec9792 /roles | |
| parent | 3214723328be67577b48069a52b84ac2d1676084 (diff) | |
Fix deploying cgit locally
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/cgit/templates/cgit.caddy.j2 | 5 |
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 }} } |
