Update configuration.nix
deploy config / Explore-Gitea-Actions (push) Successful in 7s Details

This commit is contained in:
Tom 2024-08-08 14:43:09 +02:00
parent ee695913bb
commit b8a2f7eccb
1 changed files with 5 additions and 0 deletions

View File

@ -82,6 +82,11 @@
enableACME = true;
locations."/".proxyPass = "http://10.0.0.24:3000/";
};
"recipe.blubb.fish" = {
addSSL = true;
enableACME = true;
locations."/".proxyPass = "http://10.0.0.103:8080/";
};
};
};
};