Disable sliding sync proxy

This commit is contained in:
Amanda Graven 2024-11-06 17:44:06 +01:00
parent da1928e8ca
commit c7d5cf033b
Signed by: amanda
GPG key ID: F747582C5608F4CB
3 changed files with 0 additions and 9 deletions

View file

@ -5,10 +5,6 @@
enableACME = true;
forceSSL = true;
locations."/".root = "/var/www/graven.dev/public";
locations."~ ^/(client|_matrix/client/unstable/org.matrix.msc3575/sync)" = {
proxyPass = "http://127.0.0.1:8009";
priority = 900;
};
locations."~ ^(\\/_matrix|\\/_synapse\\/client)" = {
proxyPass = "http://127.0.0.1:8008";
priority = 1000;

View file

@ -66,10 +66,5 @@
];
};
};
services.matrix-sliding-sync = {
enable = true;
settings.SYNCV3_SERVER = "https://graven.dev";
environmentFile = builtins.toString config.secrets.files.synapse_sliding_sync_env.file;
};
}