Good morning/night/evening/the time for you right now, ever since I set up Snikket, my web pages other than Snikket’s have been displaying nginx 404 not found errors. I can access the website locally but when I go to the domain name it pops up the error. When I go to localhost:443 it also shows the nginx not found 404 thing so I think that’s where my other website pages are getting the error from, but I never port fowarded port 443, at least I don’t think so. I use the standard nginx reverse proxy for Snikket, and Nginx Proxy Manager for my other web pages. I really hope someone can help me. Thank you very much in advance.

  • Eager Eagle
    link
    English
    111 hours ago

    you do have an nginx process with PID 2511847 using the port

    get more info with

    ps aux | grep 2511847

    or kill it, if you need to spawn a new one with the right configuration

    • @[email protected]OP
      link
      fedilink
      English
      111 hours ago

      apparently it’s my native nginx… wtf. I used

      sudo systemctl stop nginx
      

      And the websites that had the nginx error went down. I don’t know how this could even happen? My containers use their own nginxes??? Maybe the mix of native nginx and docker nginx is messing everything up, if I can’t find a solution I’m probably gonna nuke my native nginx and use docker nginx for all of my nginx needs