Last active
December 16, 2016 16:00
-
-
Save helmerdx/e39754969f6499951566c488b03bf9b9 to your computer and use it in GitHub Desktop.
Error 502 Laravel Valet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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