Andrew Chan provided the right answer for me. To extend his answer a bit, here's what you can do on the commandline;nginx
stop apache2apache
sudo systemctl stop apache2.service
ide
prevent apache2 to start at bootcode
sudo systemctl disable apache2.service
get
Reinstall nginxit
sudo apt-get install nginx
event