diff options
author | Tatu Wikman <tatu.wikman@gmail.com> | 2023-04-27 13:25:44 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-27 11:25:44 +0100 |
commit | 3e95c19911b04dbc110ccff33002e998e19cffdd (patch) | |
tree | 499c1c296b420e4b708700491c13c6c6685f6fa0 /changelog.d | |
parent | Add column `full_user_id` to tables `profiles` and `user_filters`. (#15458) (diff) | |
download | synapse-3e95c19911b04dbc110ccff33002e998e19cffdd.tar.xz |
Docs: Add Nginx loadbalancing example with sticky mxid for workers (#15411)
* Docs: Add Nginx loadbalancing example with sticky mxid for workers Add example nginx configuration snippet that * does load balancing for workers * respects mxid part of the token * from both url parameter and auth header * and handles since parameter Thanks to @olmari for pushing me to write this and testing the configs Signed-off-by: Tatu Wikman <tatu.wikman@gmail.com> * Add changelog entry Signed-off-by: Tatu Wikman <tatu.wikman@gmail.com> * Update codeblock formatter Co-authored-by: Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> * Remove indirectly related nginx-config Signed-off-by: Sami Olmari <sami@olmari.fi> * Proper definition of action how to target username for worker Signed-off-by: Sami Olmari <sami@olmari.fi> * Change "nginx" to general "reverse proxy" as it's concept now. Signed-off-by: Sami Olmari <sami@olmari.fi> * Wording in better English Co-authored-by: Tatu Wikman <tatu.wikman@gmail.com> * rename changelog entry to have correct extension --------- Signed-off-by: Tatu Wikman <tatu.wikman@gmail.com> Signed-off-by: Sami Olmari <sami@olmari.fi> Co-authored-by: Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> Co-authored-by: Sami Olmari <sami@olmari.fi> Co-authored-by: Sami Olmari <sami+github@olmari.fi>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15411.doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15411.doc b/changelog.d/15411.doc new file mode 100644 index 0000000000..c23a8df04a --- /dev/null +++ b/changelog.d/15411.doc @@ -0,0 +1 @@ +Docs: Add Nginx loadbalancing example with sticky mxid for workers. |