Skip to content

Instantly share code, notes, and snippets.

@rusllonrails
Created October 15, 2012 08:24
Show Gist options
  • Select an option

  • Save rusllonrails/3891432 to your computer and use it in GitHub Desktop.

Select an option

Save rusllonrails/3891432 to your computer and use it in GitHub Desktop.
rails tmp permission to assets trouble
Add to your nginx.conf line:
user www-data;
Then:
sudo chown -R www-data YOUR_APP_PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment