Reverse DNS is mainly useful for servers that send email, if a receiving mail server doesn't see a reverse DNS entry for the IP that's sending the email that matches the name the mail server claims it has then it'll most likely regard it as spam.
You only have one reverse DNS entry which should be the hostname of your Linode, run
Code:
hostname -f
on your linode to find your FQDN.
The 403 error could be either
1) Nginx can't access the directory/files or
2) There's no index file for the domain and Nginx can't supply a list of files for the directory.
It depends on what your trying to achieve but in general you'll want the www-data user to have read access to your files which you can achieve by making all the directories 0755 and all the fils 0644, running
Code:
chmod -R u+wrX,go+rX /path/to/your/webfiles
will do that.
The files should be owned by whoever you're uploading as which you can set by running
Code:
chown -R youruser /path/to/your/web/files
If that doesn't work, details of your Nginx config and what software you're running would be helpful.
_________________
Paid supportHow to ask for help
1. Give details of your problem
2. Post any errors
3. Post relevant logs.
4. Don't hide details i.e. your domain, it just makes things harder
5. Be polite or you'll be eaten by a grue