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 = {
|
kat = {
|
||||||
fqdn = "son.katvayor.net";
|
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;
|
systemd.network.enable = lib.mkForce false;
|
||||||
|
@ -74,6 +79,14 @@
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
addSSL = true;
|
addSSL = true;
|
||||||
};
|
};
|
||||||
|
"cof.katvayor.net" = {
|
||||||
|
enableACME = true;
|
||||||
|
addSSL = true;
|
||||||
|
locations."/" = {
|
||||||
|
proxyPass = "http://localhost:8000/";
|
||||||
|
recommendedProxySettings = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
extranix = {
|
extranix = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue