-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LMS - 502 bad gateway invalid request block size: 8518 (max 8192)...skip #48
Comments
Lí do: invalid request block size: 8518 -> server Tham khảo Có thể kiểm chứng chính xác bằng cách
|
Cách fix: update lại buffer size limit khi start
|
Do Nginx bị lỗi "upstream sent too big header while reading response header from upstream" vì cookie size khá to, với lỗi này, em nghĩ có thể cần tăng proxy buffer size cho courses.steamforvietnam.org
proxy_buffer_size 256k;
proxy_buffers 4 256k;
proxy_busy_buffers_size 256k;
=> Anh @maitrungduc1410 đã sửa nginx config và hết lỗi này
Bây giờ lại thấy lỗi: invalid request block size: 8518 (max 8192)...skip
https://serverfault.com/questions/1056674/invalid-request-block-size-with-nginx-and-uswgi
Cần phải tăng buffer size của web server lên
Anh Đức đã tăng như sau:
cURL có thể reproduce
The text was updated successfully, but these errors were encountered: