nixpkgs/modules/services/web-servers/lighttpd
Evgeny Egorochkin dc389c5d1e lighttpd: add gitweb as a sub-service
Now you can access gitweb at http://yourserver/gitweb by simply adding
this to configuration.nix (assuming services.lighttpd.enable = true);

  services.lighttpd.gitweb.enable = true;

The path to all bare repositories served by gitweb can be set with this
option (default value below):

  services.lighttpd.gitweb.projectroot = "/srv/git";

Based on patch contributed by Bjørn Forsman.
2013-05-06 13:51:09 +03:00
..
default.nix lighttpd: add services.lighttpd.mod_status option 2013-05-06 13:51:09 +03:00
gitweb.nix lighttpd: add gitweb as a sub-service 2013-05-06 13:51:09 +03:00