nixpkgs/nixos/modules/services/web-servers
Harald van Dijk 67a5ec4efb nixos/lighttpd: fix modules for gitweb
Setting "services.lighttpd.gitweb.enable" to true doesn't enable the
required lighttpd modules to actually make it work. The problem is that
"or" and "||" don't mean the same thing: "or" falls back to the second
operand if the first is not defined, whereas "||" is the normal logical
operator. When cfg.cgit.enable is defined, as false, the expressions
don't have the desired effect.

[Bjørn: modify commit message]
2014-08-12 21:16:01 +02:00
..
apache-httpd Merge remote-tracking branch 'origin/master' into staging. 2014-08-04 16:51:47 +02:00
jboss Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
lighttpd nixos/lighttpd: fix modules for gitweb 2014-08-12 21:16:01 +02:00
nginx nixos/nginx: fix group and stateDir permissions 2014-06-16 22:43:58 +02:00
varnish Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
fcgiwrap.nix fcgiwrap: new package 2014-06-04 10:20:19 +02:00
phpfpm.nix phpfpm: add option for setting php.ini file 2014-06-16 22:44:18 +02:00
tomcat.nix tomcat: Fix evaluation after e27dcff. 2014-08-03 16:09:45 +02:00
winstone.nix Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
zope2.nix Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00