changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra > home / Caddyfile

revision 98: 39b9bcb13cad
     1.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2+++ b/Caddyfile	Wed Sep 11 20:40:42 2024 -0400
     1.3@@ -0,0 +1,15 @@
     1.4+{
     1.5+admin off
     1.6+}
     1.7+http://rurik/packy/* {
     1.8+reverse_proxy unix//run/fcgiwrap.sock {
     1.9+	transport fastcgi {
    1.10+		env SCRIPT_FILENAME /usr/lib/cgit/cgit.cgi
    1.11+	}
    1.12+}
    1.13+
    1.14+handle_path /assets/* {
    1.15+	root * /usr/share/webapps/cgit
    1.16+	file_server
    1.17+}
    1.18+}
    1.19\ No newline at end of file