Nextcloud Nightmare - php code is shown instead of web interface

You miss generally a php extension.
Usually try :
sudo apt-get install libapache2-mod-php7

Restart apache2 service and see that working.