summary refs log tree commit diff
path: root/host/Rory-nginx/services/nginx/rory.gay/bots.nix
blob: 7652dc9b2b1977dc1d5bbfa9530a922e7ca069cd (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  enableACME = true;
  addSSL = true;
  locations = {
    "/" = {
      proxyPass = "http://127.0.0.1:5033";
    };
  };
}