Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
remove sync proxy from matrix well-known
Browse files Browse the repository at this point in the history
  • Loading branch information
FarisZR committed Oct 24, 2024
1 parent b8a8056 commit 450b9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caddy/configs/aosus-wordpress.caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ aosus.org {
header /.well-known/matrix/* Access-Control-Allow-Origin *
respond /.well-known/matrix/server `{"m.server": "matrix.aosus.org:443"}`
# add sliding sync availability (https://github.com/matrix-org/sliding-sync)
respond /.well-known/matrix/client `{"m.homeserver":{"base_url":"https://matrix.aosus.org:443"},"org.matrix.msc3575.proxy":{"url":"https://syncv3-matrix-proxy.aosus.org"}}`
respond /.well-known/matrix/client `{"m.homeserver":{"base_url":"https://matrix.aosus.org:443"}}`
# redirect old links
redir /t/* https://discourse.aosus.org{uri} permanent
reverse_proxy aosus-wordpress:80
Expand Down

0 comments on commit 450b9eb

Please sign in to comment.