summary refs log tree commit diff
path: root/host/Rory-nginx/hosts/rory.gay/matrix.nix
blob: 6a638c35b80597b9e4b4d00e2f24eea10806ec32 (plain) (blame)
1
2
3
4
5
6
{
  enableACME = true;
  addSSL = true;
  locations."/_matrix".proxyPass = "http://192.168.1.5:8008"; 
  locations."/_synapse/client".proxyPass = "http://192.168.1.5:8008";   
}