types { include "/usr/share/misc/mime.types" } server "maddaat.org" { listen on * port 80 location "*" { block return 307 "http://git.maddaat.org" } } server "git.maddaat.org" { listen on * port 80 location "/cgit.*" { root "/cgit" no fastcgi } root "/cgi-bin/cgit.cgi" fastcgi socket "/run/slowcgi.sock" }