1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# managed by Ansible server "cgit" { listen on "{{ cgit_listen_address }}" port {{ cgit_listen_port }} # cgit location "/cgit.*" { root "/cgit" no fastcgi } # fastcgi root "/cgi-bin/cgit.cgi" fastcgi socket "/run/slowcgi.sock" }