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