Fix example value of httpd.

svn path=/nixos/trunk/; revision=17774
This commit is contained in:
Nicolas Pierron 2009-10-13 09:49:26 +00:00
parent eba8f94069
commit 24cbefd7a8

View file

@ -386,7 +386,7 @@ in
extraModules = mkOption {
default = [];
example = [ "proxy_connect" { name = "php5_module"; path = "${pkgs.php}/modules/libphp5.so"; } ];
example = [ "proxy_connect" { name = "php5"; path = "${pkgs.php}/modules/libphp5.so"; } ];
description = ''
Specifies additional Apache modules. These can be specified
as a string in the case of modules distributed with Apache,