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
This one is easy to test: open this URL https://staltzphone.hermies.club?encoding=json and it should respond with a JSON body.
The text was updated successfully, but these errors were encountered:
ouch. This slipped through #117 - the alias forwarding wrongly strips the rest of the url
Sorry, something went wrong.
Fixed on the demo server, updating config here now.
Fix nginx.cfg for alias resolve when using JSON
02303fc
fixes #181 The location/proxy_pass rule stripped the rest of the request URL. This makes sure the url arguments are passed on to backend correctly. See also: https://dev.to/danielkun/nginx-everything-about-proxypass-2ona
Good! Just one more detail until ssb-room-client consumeAlias works with alice.room.com: #183
alice.room.com
Successfully merging a pull request may close this issue.
This one is easy to test: open this URL https://staltzphone.hermies.club?encoding=json and it should respond with a JSON body.
The text was updated successfully, but these errors were encountered: