Skip to content

Instantly share code, notes, and snippets.

@kvn1234
Created June 21, 2017 18:10
Show Gist options
  • Save kvn1234/6bfc9f172fa235e8921cec4db0729109 to your computer and use it in GitHub Desktop.
Save kvn1234/6bfc9f172fa235e8921cec4db0729109 to your computer and use it in GitHub Desktop.
Random file or log locking in Laravel 5 on Homestead with nginx
sudo vi /etc/php/7.1/fpm/pool.d/www.conf
comment out last two lines
add
user = vagrant
group = vagrant
write/quit
sudo service php7.1-fpm restart
sudo service nginx restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment