Skip to content
Snippets Groups Projects
Unverified Commit ad6ba0ac authored by Travis Ralston's avatar Travis Ralston Committed by GitHub
Browse files

Route MSC3916 stable endpoints to development MMR (#592)

parent 347e160f
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment