Closed mhamann closed 4 years ago
By default, nginx proxies requests via HTTP 1.0 (for compatibility reasons). This is 2019 and HTTP 1.1 should be compatible with just about anything you might connect to.
Change the nginx config to proxy all requests via HTTP 1.1.
By default, nginx proxies requests via HTTP 1.0 (for compatibility reasons). This is 2019 and HTTP 1.1 should be compatible with just about anything you might connect to.
Change the nginx config to proxy all requests via HTTP 1.1.