summary refs log tree commit diff
path: root/host/Rory-nginx/hosts/thearcanebrony.net/sentry.nix
blob: 7eaa87d100883bd57bb25fda0f1937787e503fc4 (plain) (blame)
1
2
3
4
5
6
7
{
  locations = {
    "/" = {
      proxyPass = "http://192.168.1.4:9000";
    };
  };
}