Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    Solved Jingo nginx installation problem

    Jingo
    nginx
    2
    4
    229
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      CarbonBee last edited by girish

      Hi!

      I'm trying to install jingo to my Cloudron server, but I've got the following error :
      "Nginx Error: Error reloading nginx: reload exited with code 1 signal null"
      I checked but everything seems right with my nginx.

      Do you have any idea on why it's happening ?

      Thanks

      1 Reply Last reply Reply Quote 0
      • girish
        girish Staff last edited by

        @CarbonBee This looks like a local cloudron/server error and not app related. Can you check if systemctl reload nginx works on the server? If it does, just re-install the app and it should work. There is a race that if you issue multiple systemctl reloads in parallel, you get the error you got. It's very rare but happens. It could also happen if the reload genuinely failed because of some bad nginx config. You can check the output of journalctl -u nginx

        1 Reply Last reply Reply Quote 0
        • C
          CarbonBee last edited by

          Ok, it seems there is some issues in nginx conf files.
          The application/my.domainname.fr.conf ends brutally on

          # only serve up the status page if we get proxy gateway errors
          root /home/yellowtent/box/das
          

          And nginx tells me that

          invalid port in upstream "127.0.0.1:"
          

          for the jingo nginx conf.

          Any idea on what's going on?

          1 Reply Last reply Reply Quote 0
          • C
            CarbonBee last edited by

            I patch the my.domainname.fr.conf with the missing part (taken from my other Cloudron server).
            I then uninstalled and re-installed jingo, and everything seems to work fine now.

            1 Reply Last reply Reply Quote 1
            • First post
              Last post
            Powered by NodeBB