[NixOS] Oops fix gitea hopefully

This commit is contained in:
Ivan Malison 2023-10-01 13:57:05 -06:00
parent 1a69faf85d
commit 48ae2232a8

View File

@ -27,7 +27,7 @@ makeEnable config "modules.gitea" false {
ssl = true; ssl = true;
}]; }];
locations."/" = { locations."/" = {
proxyPass = "http://localhost:3000"; proxyPass = "http://localhost:3001";
}; };
}; };
}; };