Skip to content

Commit

Permalink
Route MSC3916 stable endpoints to development MMR (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live authored Jul 5, 2024
1 parent 347e160 commit ad6ba0a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dev/homeserver.nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ server {
proxy_pass http://host.docker.internal:8001;
}

location /_matrix/client/unstable/org.matrix.msc3916 {
location /_matrix/client/v1/media {
proxy_set_header Host localhost;
proxy_pass http://host.docker.internal:8001;
}

location /_matrix/federation/v1/media {
proxy_set_header Host localhost;
proxy_pass http://host.docker.internal:8001;
}
Expand Down

0 comments on commit ad6ba0a

Please sign in to comment.