The issue with the other guy was apache2 was installed along side nginx.
Try:
sudo apt remove apache2
sudo systemctl restart nginx
Also make sure php-fpm is running: sudo systemctl status php-fpm
If that does not work, let me know.
Also tag me next time with “@murgero”