I am trying to set up phusion passenger with nginx and rails on ubuntu 14.04. I can only get 403 Forbidden errors on the page.
I have checked the user that is running nginx to be www-data:www-data and i have given permission and ownership to www-data:www-data.
The reason i don't believe that it is a permissions issue is because it gives me the same error when i (very temporarily) had all permissions in the /var/www to 777 -R
crazy, right?
I have done this install several times before and have never run into this. passenger is version 5 now, maybe something has changed?
I have tried from using the gem rvmsudo passenger-install-nginx-module (which builds nginx for me and puts everything in /opt)
I have also tried using phusion passengers repos and used apt-get to install nginx and passenger.
i get the same thing each time.
thanks for any tips