nixpkgs/modules/services/web-servers
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
..
apache-httpd Don't set $TZ 2013-04-22 18:56:19 +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 gitweb as a sub-service 2013-05-06 13:51:09 +03:00
nginx Set required nginx options and sane default 2013-04-14 11:17:16 +02:00
tomcat.nix Don't set $TZ 2013-04-22 18:56:19 +02:00