mirror of
https://github.com/dali99/nixos-matrix-modules.git
synced 2024-12-22 02:47:29 +01:00
use uri instead of request_uri
This commit is contained in:
parent
f2ed2ea7bc
commit
facc54ab80
@ -19,7 +19,7 @@ in
|
||||
''' synapse_initial_sync;
|
||||
}
|
||||
|
||||
map $request_uri $synapse_uri_group {
|
||||
map $uri $synapse_uri_group {
|
||||
# Sync requests
|
||||
^/_matrix/client/(r0|v3)/sync$ $synapse_unknown_sync;
|
||||
^/_matrix/client/(api/v1|r0|v3)/event$ synapse_normal_sync;
|
||||
|
Loading…
Reference in New Issue
Block a user