We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add instruction/ short guide for setting up with Caddy.
Thank you.
The text was updated successfully, but these errors were encountered:
yourserver.tld { encode gzip header /.well-known/matrix/* Content-Type application/json header /.well-known/matrix/* Access-Control-Allow-Origin * respond /.well-known/matrix/server {"m.server":"yourserver.tld:443"} respond /.well-known/matrix/client {"m.homeserver":{"base_url":"https://yourserver.tld"},"org.matrix.msc3575.proxy":{"url":"https://yourserver.tld/sliding-sync"}} reverse_proxy /_matrix/* http://ipOfMatrixServer:8008 { transport http { compression on } } handle_path /sliding-sync/* { reverse_proxy http://ipOfSlidingSyncProxy:8009 } }
Something like this is working fine in my setup. (ipOfMatrixServer and ipOfSlidingSyncProxy are the same in my case)
ipOfMatrixServer
ipOfSlidingSyncProxy
Sorry, something went wrong.
No branches or pull requests
Please add instruction/ short guide for setting up with Caddy.
Thank you.
The text was updated successfully, but these errors were encountered: