l yellow.r: add rada.r and sona.r aliases
This commit is contained in:
parent
895440aab0
commit
4228b378c4
|
@ -7,6 +7,8 @@
|
||||||
aliases = [
|
aliases = [
|
||||||
"yellow.r"
|
"yellow.r"
|
||||||
"jelly.r"
|
"jelly.r"
|
||||||
|
"rada.r"
|
||||||
|
"sona.r"
|
||||||
];
|
];
|
||||||
tinc = {
|
tinc = {
|
||||||
pubkey = ''
|
pubkey = ''
|
||||||
|
|
|
@ -142,6 +142,16 @@ in {
|
||||||
proxy_set_header Accept-Encoding "";
|
proxy_set_header Accept-Encoding "";
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
virtualHosts."rada.r" = {
|
||||||
|
locations."/" = {
|
||||||
|
proxyPass = "http://localhost:7878";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
virtualHosts."sona.r" = {
|
||||||
|
locations."/" = {
|
||||||
|
proxyPass = "http://localhost:8989";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.samba = {
|
services.samba = {
|
||||||
|
|
Loading…
Reference in a new issue