Merge pull request #1404 from aaronraimist/v3

Allow workers to serve new v3 APIs
This commit is contained in:
Slavi Pantaleev
2021-11-19 10:54:47 +02:00
committed by GitHub
3 changed files with 37 additions and 37 deletions

View File

@ -120,7 +120,7 @@ server {
{% endfor %}
{% if matrix_nginx_proxy_synapse_presence_disabled %}
# FIXME: keep in sync with synapse workers documentation manually
location ~ ^/_matrix/client/(api/v1|r0|unstable)/presence/[^/]+/status {
location ~ ^/_matrix/client/(api/v1|r0|v3|unstable)/presence/[^/]+/status {
proxy_pass http://frontend_proxy_upstream$request_uri;
proxy_set_header Host $host;
}