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