I had installed onlyoffice document server on my ubuntu 14.04 machine but after I restarted the server all the applications of onlyoffice shutdown and I am not able to restart them. It currently shows 502 gateway error.
Asked
Active
Viewed 1,403 times
1 Answers
1
Possible reason - problem with supervisor
, but that problem was on Ubuntu 16.04 with systemd
It was solved via
# Make sure Supervisor comes up after a reboot.
sudo systemctl enable supervisor
# Bring Supervisor up right now.
sudo systemctl start supervisor

ShockwaveNN
- 2,227
- 2
- 29
- 56
-
Used following commands for ubuntu 14.04 - sudo update-rc.d supervisor defaults, sudo service supervisor start – Harish Lalwani Apr 04 '17 at 15:59