Hi There,
Anytime i update my passbolt instance on a digital ocean droplet, it does restart a lot of services and always leads to a problem, that port 80 is getting used by apache & nginx cannot start because of this.
Then i need to
sudo systemctl stop apache2.service
and after that, i can start nginx again:
sudo systemctl start nginx
This might help other people with similar problems and could be added to the troubleshooting section.
Hi There,
Anytime i update my passbolt instance on a digital ocean droplet, it does restart a lot of services and always leads to a problem, that port 80 is getting used by apache & nginx cannot start because of this.
Then i need to
sudo systemctl stop apache2.serviceand after that, i can start nginx again:
sudo systemctl start nginxThis might help other people with similar problems and could be added to the troubleshooting section.