aboutsummaryrefslogtreecommitdiff
path: root/docs/nginx/polylith-sample.conf
diff options
context:
space:
mode:
Diffstat (limited to 'docs/nginx/polylith-sample.conf')
-rw-r--r--docs/nginx/polylith-sample.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/nginx/polylith-sample.conf b/docs/nginx/polylith-sample.conf
index 345d8a6b..6e81eb5f 100644
--- a/docs/nginx/polylith-sample.conf
+++ b/docs/nginx/polylith-sample.conf
@@ -30,8 +30,11 @@ server {
# /_matrix/client/.*/rooms/{roomId}/messages
# /_matrix/client/.*/rooms/{roomId}/context/{eventID}
# /_matrix/client/.*/rooms/{roomId}/event/{eventID}
+ # /_matrix/client/.*/rooms/{roomId}/relations/{eventID}
+ # /_matrix/client/.*/rooms/{roomId}/relations/{eventID}/{relType}
+ # /_matrix/client/.*/rooms/{roomId}/relations/{eventID}/{relType}/{eventType}
# to sync_api
- location ~ /_matrix/client/.*?/(sync|user/.*?/filter/?.*|keys/changes|rooms/.*?/(messages|context/.*?|event/.*?))$ {
+ location ~ /_matrix/client/.*?/(sync|user/.*?/filter/?.*|keys/changes|rooms/.*?/(messages|context/.*?|relations/.*?|event/.*?))$ {
proxy_pass http://sync_api:8073;
}