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

This commit is contained in:
Tom 2024-08-07 22:29:16 +02:00
parent e70d18e477
commit 6417445a8e
1 changed files with 6 additions and 4 deletions

View File

@ -75,10 +75,12 @@
services.nginx = {
enable = true;
virtualHosts."git.blubb.fish" = {
addSSL = true;
enableACME = true;
locations."/".proxyPass = "http://10.0.0.24:3000/";
virtualHosts = {
"git.blubb.fish" = {
addSSL = true;
enableACME = true;
locations."/".proxyPass = "http://10.0.0.24:3000/";
};
};
};