dotfiles/hosts/dark-firepit/webapps/git-oat-zone.nix
Aether 9da0a143ae some refactoring
Co-authored-by: Jill Monoids <oatmealine@disroot.org>
2022-09-05 18:27:22 +02:00

7 lines
105 B
Nix

{
locations."/" = {
proxy_cache = "simple_cache";
proxy_pass = "http://localhost:3000";
};
}