blob: 125cf2b984d29288d4a1e08e40f3cb9d66a139a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{$SITE_ADDRESS:localhost}
@assets path /cgit.css /cgit.js /cgit.png /favicon.ico /robots.txt
handle @assets {
root * /usr/share/webapps/cgit
file_server
}
reverse_proxy unix//var/run/fgciwrap.sock {
transport fastcgi {
env SCRIPT_FILENAME /usr/share/webapps/cgit/cgit.cgi
}
}
|