Jingo nginx installation problem
-
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
-
@CarbonBee This looks like a local cloudron/server error and not app related. Can you check if
systemctl reload nginxworks 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 ofjournalctl -u nginx -
Ok, it seems there is some issues in nginx conf files.
Theapplication/my.domainname.fr.confends brutally on# only serve up the status page if we get proxy gateway errors root /home/yellowtent/box/dasAnd nginx tells me that
invalid port in upstream "127.0.0.1:"for the jingo nginx conf.
Any idea on what's going on?