• GitHub
  • Documentation
  • Discord
  • Donate
search
  • chevron_right Threads
  • label Support

Nginx Congurations

yottabit
Nov. 20, 2024
chat_bubble_outline 1
  • link
    yottabit
    Members 15 posts
    Nov. 20, 2024, 9:48 p.m. Nov. 20, 2024, 9:48 p.m.
    link

    I recently removed my previous installation of Misago that was setup not using the Misago Wizard (Docker was not used in my previous setup) and I am having difficulties (conflicting ports, 80 and 443) linking my previous Nginx configurations that I had setup for other features on my website ("chat.mydomain.com", "signin.mydomain.com", and "register.mydomain.com"; I was also using a Nginx configuration for my "www.mydomain.com", which I removed since reinstalling Misago using wizard. I would be happy to share my Nginx configurations if that will help with assisting with this issue.

    Any help with this would be greatly appreciated, thank you!

  • arrow_forward

    Thread has been moved from Feedback.

    • By rafalp on Nov. 20, 2024, 9:56 p.m..
  • link
    rafalp
    Project Lead 1976 posts
    Nov. 20, 2024, 10:02 p.m. Nov. 20, 2024, 10:02 p.m.
    link

    Use your NGINX as forward proxy and create docker-compose.override.yml file next to standard docker.compose.yml that overrides ports:

    version: '3.0'
    services:
    
      nginx-proxy:
        ports:
          - "8000:80"
          - "8001:443"
    

    Now ./appctl restart to reload configuration. Then make your own NGINX setup route Misago requests made with port 80 to 127.0.0.1:8000, and 443 to 127.0.0.1:8001.

arrow_upward Go to top
  • This site uses cookies to gather statistical data for use in traffic analysis.
  • GitHub
  • Documentation
  • Discord
  • Donate
  • Terms of service
  • Privacy policy
powered by misago