feat(nixos/nginx): add pages option to nginx module
This commit is contained in:
parent
b3a5441e8b
commit
5f7cfd5d24
3 changed files with 49 additions and 1 deletions
|
@ -42,6 +42,12 @@
|
|||
enableSSL = true;
|
||||
nginx = {
|
||||
enable = true;
|
||||
pages = [
|
||||
{
|
||||
domain = "rrv.sh";
|
||||
root = ./root;
|
||||
}
|
||||
];
|
||||
proxies = [
|
||||
{
|
||||
source = "aenyrathia.wiki";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue