Bump Unix sockets intro version (#15924)

https://github.com/matrix-org/synapse/pull/15708 didn't quite make the cut for `1.88.0` this morning.
madlittlemods/register-lower-case-version-of-mxid
Eric Eastwood 2023-07-11 15:32:50 -05:00 committed by GitHub
parent 224ef0b669
commit d7fc87d973
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
Add Unix Socket support for HTTP Replication Listeners. Document and provide usage instructions for utilizing Unix sockets in Synapse. Contributed by Jason Little.

View File

@ -462,7 +462,7 @@ See the docs [request log format](../administration/request_log.md).
* `additional_resources`: Only valid for an 'http' listener. A map of * `additional_resources`: Only valid for an 'http' listener. A map of
additional endpoints which should be loaded via dynamic modules. additional endpoints which should be loaded via dynamic modules.
Unix socket support (_Added in Synapse 1.88.0_): Unix socket support (_Added in Synapse 1.89.0_):
* `path`: A path and filename for a Unix socket. Make sure it is located in a * `path`: A path and filename for a Unix socket. Make sure it is located in a
directory with read and write permissions, and that it already exists (the directory directory with read and write permissions, and that it already exists (the directory
will not be created). Defaults to `None`. will not be created). Defaults to `None`.