summaryrefslogtreecommitdiffstats
path: root/lass
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2023-01-08 09:45:53 +0100
committerlassulus <lassulus@lassul.us>2023-01-08 09:45:53 +0100
commit4228b378c46db684ce0a33253bb51a5869a2ed23 (patch)
tree0e8a99d0be67d2aac1553f1da54c539f578df668 /lass
parent895440aab0d360bd805338fa41874282a3209df0 (diff)
l yellow.r: add rada.r and sona.r aliases
Diffstat (limited to 'lass')
-rw-r--r--lass/1systems/yellow/config.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/lass/1systems/yellow/config.nix b/lass/1systems/yellow/config.nix
index 552dd7f0..a89b7dd7 100644
--- a/lass/1systems/yellow/config.nix
+++ b/lass/1systems/yellow/config.nix
@@ -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 = {