Hello,
My galaxy production server has been working fine until a few days ago when i started getting 502 error from nginx. nginx status shows the error
connect() to unix:/srv/galaxy/var/config/gunicorn.sock failed (2: No such file or directory)
I’ve checked forums and the galxy-gunicorn.service should create this file on startup. I’ve tried restarting the service using
systemctl daemon-reload
systemctl restart gunicorn.service
I’ve also tried rebooting the server, deleting the galaxy server and creating it again from scratch using my ansible script but nothing has worked.
Does anyone know how to get galaxy-gunicorn.service to generate this file or does anyone know what the contents of the file should be so I can create it myself?
Thanks in advance
Joey