summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorTatu Wikman <tatu.wikman@gmail.com>2023-04-27 13:25:44 +0300
committerGitHub <noreply@github.com>2023-04-27 11:25:44 +0100
commit3e95c19911b04dbc110ccff33002e998e19cffdd (patch)
tree499c1c296b420e4b708700491c13c6c6685f6fa0 /changelog.d
parentAdd column `full_user_id` to tables `profiles` and `user_filters`. (#15458) (diff)
downloadsynapse-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.doc1
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.