mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Fix nginx config again
This commit is contained in:
parent
66c843494e
commit
40b3541049
1 changed files with 1 additions and 1 deletions
|
@ -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}";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue