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