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