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 {
|
extraModules = mkOption {
|
||||||
default = [];
|
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 = ''
|
description = ''
|
||||||
Specifies additional Apache modules. These can be specified
|
Specifies additional Apache modules. These can be specified
|
||||||
as a string in the case of modules distributed with Apache,
|
as a string in the case of modules distributed with Apache,
|
||||||
|
Loading…
Reference in New Issue
Block a user