Apologies in advance for the newbie question. I’ve deployed a small instance running Discourse within the Bitnami console. I can now reach Discourse on the following domain:
http://<myapp>.bitnamiapp.com/discourse
I’ve also got a CNAME pointing to this server instance. But how can I make the Discourse app run within the root? So it can be accessed directly on:
http://<myapp>.bitnamiapp.com/
Do I need to use Putty to get a terminal window and modify the host headers? Linux is foreign territory for me so any guides to help me achieve this would be much appreciated.
Once you’ve made the changes, restart the Apache server to apply them:
sudo /opt/bitnami/ctlscript.sh restart apache
5. Test Your Site
Now visit: http://<myapp>.bitnamiapp.com/
It should now serve Discourse from the root URL.
Tip: Static Files or Redirection Issues?
Discourse is optimized to run on its own (usually via Docker), and may not always behave perfectly if installed through Bitnami in a subdirectory. For best long-term use, consider using the official Discourse Docker installation on a clean VPS like DigitalOcean.