79568493

Date: 2025-04-11 09:34:36
Score: 0.5
Natty:
Report link

I think this is related to a "famous" bug in nginx: https://trac.nginx.org/nginx/ticket/915

(and your fix with proxy_hide_header: upgrade is fine until you are not using websockets...)

For me, the best option is to force HTTP/1.1 in PHP curl request:

curl_setopt($ch, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Clément Moulin - SimpleRezo