Skip to content
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

Support for HTTP1.1 in nginx configuration #313

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

maver1ck
Copy link

What

By default Airbyte webapp proxies HTTP request using HTTP1.0 protocol. This may lead to 426 Upgrade required responses.
This PR upgrade nginx configuration to use HTTP1.1

How

proxy_http_version is set to 1.1
Reference:
https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_http_version

Can this PR be safely reverted and rolled back?

  • YES 💚
  • NO ❌

@CLAassistant
Copy link

CLAassistant commented Mar 21, 2024

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants