1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Fix nginx config again

This commit is contained in:
RGBCube 2024-01-18 08:08:40 +03:00
parent 66c843494e
commit 40b3541049
No known key found for this signature in database

View file

@ -119,7 +119,7 @@ in serverSystemConfiguration {
locations."~ ^/(client/|_matrix/client/unstable/org.matrix.msc3575/sync)"
.proxyPass = "http://[::]:${toString synapsePort}";
locations."~ ^(\/_matrix|\/_synapse\/client"
locations."~ ^(\\/_matrix|\\/_synapse\\/client)"
.proxyPass = "http://[::]:${toString syncPort}";
};
}