Hey ajax21, I tried to visit your site, but I couldn’t so I’m not sure if you’re still having the issue. If you are I might have a solution… I do however use apache2 so I’m not sure if this will work for you.
In the apache.conf file I changed the None to all:
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride all
Require all granted
</Directory>
As I said I’m not sure if there is an equivalent in the nginx.conf file, but since you mentioned including it was the problem, the problem might be in that file… I hope it helps you, and otherwise someone like me looking for a solution online for 10 hours and then giving in only to stumble upon the solution accidentaly.