Fix example value of httpd.
svn path=/nixos/trunk/; revision=17774
This commit is contained in:
parent
eba8f94069
commit
24cbefd7a8
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user