Hi, sorry for my noob question in advance.
I have a main domain name on which my web application runs (nginx, gunicorn). Now I want to assign a misago forum to a subdomain of my main domain (eg. forum.mysite.com). But when I first configured the misago site, I encountered some errors, in particular conflicts regarding the ports used (because they were already being used by my main application). I tried to modify the docker-compose.yaml
file to change the listening ports for my forum, but it doesn't seem to work (I get a misago site error message). I also have errors when ssl certifications for my subdomain. So for the time being, I've deleted my misago containers, and I've come to ask you for help in configuring the subdomain properly.
Thanks