mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 08:39:08 +03:00
* The mod_php option is no longer implemented.
svn path=/nixos/trunk/; revision=17578
This commit is contained in:
parent
2dce393e6e
commit
e4c27acde3
@ -438,11 +438,6 @@ in
|
||||
";
|
||||
};
|
||||
|
||||
mod_php = mkOption {
|
||||
default = false;
|
||||
description = "Whether to enable the PHP module.";
|
||||
};
|
||||
|
||||
virtualHosts = mkOption {
|
||||
default = [];
|
||||
example = [
|
||||
|
Loading…
Reference in New Issue
Block a user