[NixOS] Oops fix gitea hopefully
This commit is contained in:
parent
1a69faf85d
commit
48ae2232a8
@ -27,7 +27,7 @@ makeEnable config "modules.gitea" false {
|
||||
ssl = true;
|
||||
}];
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:3000";
|
||||
proxyPass = "http://localhost:3001";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user