gitea, crashes

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-11-11 14:02:21 +01:00
parent 966f9d67fc
commit 66221229ca
9 changed files with 176 additions and 13 deletions

View File

@@ -110,7 +110,7 @@
};
"pw2.${domain}" = vh // {
listen = dl;
locations = let d = "127.0.0.1:8222"; in {
locations = let d = "127.0.0.1:3000"; in {
"/" = { proxyPass = "http://${d}"; };
"/admin" = { proxyPass = "http://${d}"; };
"/notifications/hub" = { proxyPass = "http://${d}"; };