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