Skip to content

Instantly share code, notes, and snippets.

@helmerdx
Last active December 16, 2016 16:00
Show Gist options
  • Save helmerdx/e39754969f6499951566c488b03bf9b9 to your computer and use it in GitHub Desktop.
Save helmerdx/e39754969f6499951566c488b03bf9b9 to your computer and use it in GitHub Desktop.
Error 502 Laravel Valet
// File located in: /usr/local/etc/nginx/valet/valet.conf
location ~ \.php$ {
fastcgi_buffer_size 128k;
fastcgi_buffers 4 256k;
fastcgi_busy_buffers_size 256k;
}
// After valet restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment