nixos/simpcraft: Staging server running
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 26m57s

This commit is contained in:
2024-01-09 00:22:17 +00:00
parent ca6fe534dc
commit 1a29a7d589
2 changed files with 33 additions and 29 deletions

View File

@@ -363,6 +363,10 @@ in
locations."/".proxyPass = "http://simpcraft-oci.${domain}:8100";
useACMEHost = pubDomain;
};
"mc-rail.${pubDomain}" = {
locations."/".proxyPass = "http://simpcraft-staging-oci.${domain}:3876";
useACMEHost = pubDomain;
};
"librespeed.${domain}" = {
locations."/".proxyPass = "http://localhost:8989";