mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
Merge pull request #305966 from RafaelKr/doc/fix-common-config-example
doc: remove discouraged enablePHP config from abstractions example
This commit is contained in:
commit
4da0f532ba
1 changed files with 0 additions and 2 deletions
|
@ -10,14 +10,12 @@ If you find yourself repeating yourself over and over, it’s time to abstract.
|
||||||
adminAddr = "alice@example.org";
|
adminAddr = "alice@example.org";
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
enablePHP = true;
|
|
||||||
};
|
};
|
||||||
"wiki.example.org" = {
|
"wiki.example.org" = {
|
||||||
documentRoot = "/webroot/wiki.example.org";
|
documentRoot = "/webroot/wiki.example.org";
|
||||||
adminAddr = "alice@example.org";
|
adminAddr = "alice@example.org";
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
enablePHP = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue