You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuring nginx is new to me, but seeing that this has happened before, my question is should the default settings of valet.conf have a larger buffer size to help other people in the future?
This discussion was converted from issue #934 on December 03, 2021 15:11.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I recently had an issue in which ajax POST requests were getting a 502 Bad Gateway nginx error on Laravel Valet.
The nginx error logs revealed "upstream sent too big header while reading response header from upstream"
After seeing these related Issues, I was able to resolve it by editing the php block in
valet.conf
settings added were:
Configuring nginx is new to me, but seeing that this has happened before, my question is should the default settings of
valet.conf
have a larger buffer size to help other people in the future?Beta Was this translation helpful? Give feedback.
All reactions