Skip to content

Commit

Permalink
Update /versions handling in development environments (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live authored Jul 29, 2024
1 parent 6e516cf commit 3272722
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion dev/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
- media_proxy
media_homeserver:
container_name: "media_repo_synapse"
image: "ghcr.io/element-hq/synapse:v1.110.0"
image: "ghcr.io/element-hq/synapse:v1.111.0"
restart: unless-stopped
volumes:
- ./synapse-db:/data
Expand Down
5 changes: 0 additions & 5 deletions dev/homeserver.nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ server {
proxy_pass http://host.docker.internal:8001;
}

location /_matrix/client/versions {
proxy_set_header Host localhost;
proxy_pass http://host.docker.internal:8001;
}

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

0 comments on commit 3272722

Please sign in to comment.