• Members 5 posts
    Jan. 19, 2025, 8:31 a.m.

    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

  • edit

    Thread title has been changed from configuring misago for a subdomain.

  • Jan. 19, 2025, 11:10 p.m.

    Best idea is to run all of it on separate server so there are zero potential conflicts. Alternatively you could create docker-compose.override.yaml file in your misago-docker directory and use it to change ports. Modifying docker-compose.yaml will just cause errors.

    Also, after you modify ports with docker-compose.override.yaml, you will need to setup proxy on your main NGINX instance to proxy subdomain traffic to ports that misago-docker expects.