Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/matrix-media-repo/unstable/deployment/body.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ server {
}

# Redirect MSC3916 endpoints to MMR
location /_matrix/client/unstable/org.matrix.msc3916 {
location /_matrix/client/v1/media {
proxy_read_timeout 60s;

# Make sure this matches your homeserver in your MMR config
Expand All @@ -60,7 +60,7 @@ server {
proxy_set_header X-Forwarded-For $remote_addr;
proxy_pass http://localhost:8000; # Point this towards media-repo
}
location /_matrix/federation/unstable/org.matrix.msc3916 {
location /_matrix/federation/v1/media {
proxy_read_timeout 60s;

# Make sure this matches your homeserver in your MMR config
Expand Down