Rewrite only the base URL to a sub-page, using Nginx Proxy Manager
Tags: #selfhosting #nginx #npm #prosody
Let’s assume you run Prosody as your XMPP server, and use Converse.js as your web chat client. Using Prosody’s mod_conversejs, your base URL (say https://chat.example.com:5281/
) will show just a boring “Prosody is running” page, and serve the web chat client under https://chat.example.com:5281/conversejs
.
What you want instead is your main page directly show the Converse.js web chat under https://chat.example.com/
but still be able to access sub-paths and files in your web root directly (like maybe favicon.ico
, or Prosody’s BOSH URL https://chat.example.com/http-bind
).