RailsCasts Pro episodes are now free!

Learn more or hide this

hamiltoncneto's Profile

GitHub User: hamiltoncneto

Comments by

Avatar

I correct this issue changing the permission of public/assets folder to this --> chmod o+rx, now works fine.

Avatar

I have a problem, my nginx server is running with nginx user, and when the application try to access the /assets files i have a 403 http error. I changed the nginx user to deployer group but the issue persists. Can you help me to fix this? The only difference between your post and my server is i'm running in a centos distribution.