blob: 35a29b88d805c0ae5ba720a90da89f112619454d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
:80 {
@assets path /cgit.css /cgit.png /favicon.ico /theme.css /theme.html
handle @assets {
root * /usr/share/cgit
file_server
}
reverse_proxy unix//run/fcgiwrap.socket {
transport fastcgi {
env SCRIPT_FILENAME /var/www/cgi-bin/cgit
}
}
}
|