Update configuration.nix
deploy config / Explore-Gitea-Actions (push) Successful in 7s
Details
deploy config / Explore-Gitea-Actions (push) Successful in 7s
Details
This commit is contained in:
parent
ee695913bb
commit
b8a2f7eccb
|
|
@ -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/";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue