I have Nginx setup and displaying the test page properly. If I try to change the root path, I get a 403 Forbidden error, even though all permissions are identical. Additiona
I ran into the same problem. If you're using Fedora/RedHat/CentOS, this might help you:
setsebool -P httpd_read_user_content 1
Hope this helps.