Skip to content

Commit

Permalink
Update the haproxy config to route fallback auth and register to the …
Browse files Browse the repository at this point in the history
…same worker. (#828)
  • Loading branch information
clokep committed Mar 9, 2020
1 parent 9113b56 commit 955648a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/SyTest/Homeserver/Synapse.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1204,6 +1204,7 @@ sub generate_haproxy_map
^/_matrix/client/versions$ client_reader
^/_matrix/client/(api/v1|r0|unstable)/voip/turnServer$ client_reader
^/_matrix/client/(r0|unstable)/register$ client_reader
^/_matrix/client/(r0|unstable)/auth/.*/fallback/web$ client_reader
^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/messages$ client_reader
^/_matrix/client/(api/v1|r0|unstable)/get_groups_publicised$ client_reader
^/_matrix/client/(api/v1|r0|unstable)/joined_groups$ client_reader
Expand Down

0 comments on commit 955648a

Please sign in to comment.