nixpkgs/modules/services/web-servers
Bjørn Forsman b1f82e428a lighttpd: add cgit sub-service
(cgit is "a hyperfast web frontend for git repositories written in C")

cgit is enabled like this (assuming lighttpd is already enabled):

  services.lighttpd.cgit.enable = true;

and configured verbatim like this (contents of the cgitrc file):

  services.lighttpd.cgit.configText = ''
    cache-size=1000
    scan-path=/srv/git
  '';

cgit will be available from this URL: http://yourserver/cgit

In lighttpd, I've ensured that the cache dir for cgit is created if cgit
is enabled.
2013-06-02 18:41:18 +02:00
..
apache-httpd zabbix: Don't set the mbstring.func_overload option 2013-05-17 15:34:26 +02:00
jboss Reverting revisions 30103-30106: "always set nixpkgs.config.{state,store}Dir", etc. 2011-10-30 15:19:58 +00:00
lighttpd lighttpd: add cgit sub-service 2013-06-02 18:41:18 +02:00
nginx Add braces to fix compilation errors. 2013-05-06 11:11:04 -04:00
varnish Add varnish module 2013-05-12 20:32:25 +02:00
tomcat.nix Don't set $TZ 2013-04-22 18:56:19 +02:00