diff options
Diffstat (limited to 'roles/cgit/templates/cgit.caddy.j2')
| -rw-r--r-- | roles/cgit/templates/cgit.caddy.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/cgit/templates/cgit.caddy.j2 b/roles/cgit/templates/cgit.caddy.j2 new file mode 100644 index 00000000..8ddc6d88 --- /dev/null +++ b/roles/cgit/templates/cgit.caddy.j2 @@ -0,0 +1,3 @@ +{{ cgit_hostname }} { + reverse_proxy {{ network_ipv4_address }}:{{ cgit_port }} +} |
