mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
* The mod_php option is no longer implemented.
svn path=/nixos/trunk/; revision=17578
This commit is contained in:
parent
2dce393e6e
commit
e4c27acde3
1 changed files with 0 additions and 5 deletions
|
@ -438,11 +438,6 @@ in
|
|||
";
|
||||
};
|
||||
|
||||
mod_php = mkOption {
|
||||
default = false;
|
||||
description = "Whether to enable the PHP module.";
|
||||
};
|
||||
|
||||
virtualHosts = mkOption {
|
||||
default = [];
|
||||
example = [
|
||||
|
|
Loading…
Reference in a new issue