apache / openwhisk-apigateway

Apache OpenWhisk API Gateway service for exposing actions as REST interfaces.
https://openwhisk.apache.org/
Apache License 2.0
64 stars 45 forks source link

Send requests over HTTP/1.1 #368

Closed mhamann closed 4 years ago

mhamann commented 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.