dotfiles/hosts/dark-firepit/webapps/git-oat-zone.nix

7 lines
105 B
Nix

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