Hello everyone,
I’m currently running aaPanel version 6.8.36 on Ubuntu 20.04 64-bit, with Nginx serving on port 80. I’m interested in installing Discourse on the same server, but since port 80 is already occupied by Nginx, I need guidance on configuring Discourse Docker before the initial setup.
Any assistance on how to manage the port conflict and properly configure Discourse would be greatly appreciated.
Thank you in advance!
Firepup650
(Firepup Sixfifty)
April 26, 2024, 6:44pm
2
I believe this topic should have all the answers you need here:
@pfaffman edited this heavily 2022.02.24. Blame me if it’s broken.
If you want to run other websites on the same machine as Discourse, you need to set up an extra NGINX or HAProxy proxy in front of the Docker container.
NOTE: This is for advanced admins
This guide assumes you already have Discourse working - if you don’t, it may be hard to tell whether or not the configuration is working.
You cannot use ./discourse-setup to set up Discourse if another server is using port 80 or 443. You will …
5 Likes
I really appreciate this reference. I’ve managed to fix and install Discourse successfully.
1 Like