I have Nginx running and I'm trying to execute php scripts with it, I'm using the following tutorial as a guide:
https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-on-ubu...
So I had my droplet setup to point directly to a ghost installation I made during the configuration of the droplet. My DNS record is like this:
A @ my.ip.address
CNAME * @
And the DNS records for DO
so if...