feat(gestiocof): test
This commit is contained in:
parent
05ab40d70e
commit
deaa3b2d35
1 changed files with 14 additions and 1 deletions
|
@ -25,7 +25,12 @@
|
|||
|
||||
kat = {
|
||||
fqdn = "son.katvayor.net";
|
||||
proxies.ip = "192.168.122.5";
|
||||
proxies = {
|
||||
ip = "192.168.122.5";
|
||||
aliases = [
|
||||
"cof.katvayor.net"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
systemd.network.enable = lib.mkForce false;
|
||||
|
@ -74,6 +79,14 @@
|
|||
enableACME = true;
|
||||
addSSL = true;
|
||||
};
|
||||
"cof.katvayor.net" = {
|
||||
enableACME = true;
|
||||
addSSL = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:8000/";
|
||||
recommendedProxySettings = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
extranix = {
|
||||
|
|
Loading…
Add table
Reference in a new issue