angus
(Angus McLeod)
23 Febrero, 2021 10:10
3
¡Hola a todos! Esta es más bien una pregunta de administración de sistemas, no de WordPress, pero afortunadamente ya existe una excelente guía para este tipo de cosas, justo aquí:
@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…