[NixOS] Forward requests at cache.railbird.ai to ryzen-shine

This commit is contained in:
2023-11-17 19:55:35 -07:00
parent 8b07fdc391
commit 4ef82e4b02
2 changed files with 10 additions and 14 deletions

View File

@@ -53,6 +53,13 @@ in
proxyPass = "http://[::1]:8222";
};
};
"cache.railbird.ai" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://192.168.1.26:3090";
};
};
};
};