My index.php is giving me a blank page, but other .php files works just fine. I'm guessing it's something in NGINX config?
```
server {
listen 80 defaultserver;
listen [::]:80 defaultserver ipv6only=on...
Installed LEMP with ubuntu 14.04. There's no 'html' or 'www' folder in 'var' folder like I see in other people's droplet as example. How can I start uploading my website to the server?