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