Thin permissions in etc folder (Ubuntu)
- by Apollo
I am working on a RoR server setup that uses Thin and Nginx.
It works fine, but only if I manually add the folder /etc/thin and set the permissions to 777 in order to use the command below:
thin config -C /etc/thin/testapp.yml -c /var/www/testapp --servers 1 -e production
If I don't set it to 777, I get this error:
me@UbuntuRails:/etc$ thin…