angus
(Angus McLeod)
February 23, 2021, 10:10am
3
Hey guys, this one’s more of a sysadmin question, as opposed to a wordpress one, but luckily there’s a great guide for this kind of thing already, right 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 …