Skip to content

Instantly share code, notes, and snippets.

@allaniftrue
Created January 10, 2020 02:01
Show Gist options
  • Save allaniftrue/a812a3ac53cebf0f162d5ac45765d953 to your computer and use it in GitHub Desktop.
Save allaniftrue/a812a3ac53cebf0f162d5ac45765d953 to your computer and use it in GitHub Desktop.
Laravel Logs Permission With NGinx
sudo chgrp -R www-data ./storage
sudo chmod -R ug+rwx ./storage
sudo chmod g+s ./storage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment