Article catalog
Problem solving
Question
Nginx jump error:
Unexpected exception[ServerResultException: HTTP 1.0 client does not support chunked response]
solve
Add configuration:
proxy_http_version 1.1;
Article catalog
Problem solving
Question
Nginx jump error:
Unexpected exception[ServerResultException: HTTP 1.0 client does not support chunked response]
solve
Add configuration:
proxy_http_version 1.1;