Link to relevant page (if any): https://prosody.im/doc/http What's wrong and how can it be improved? You're missing the '/' at the end of `proxy_pass http://localhost:5280;`. The line should read `proxy_pass http://localhost:5280/;`, otherwise it won't resolve to extensions and will keep giving 404's.
Link to relevant page (if any): https://prosody.im/doc/http What's wrong and how can it be improved? You're missing the '/' at the end of `proxy_pass http://localhost:5280;`. The line should read `proxy_pass http://localhost:5280/;`, otherwise it won't resolve to extensions and will keep giving 404's.