Skip to content

Commit

Permalink
ingress config: Disable http2.
Browse files Browse the repository at this point in the history
nginx sends "transfer-encoding: chunked" header, which is blacklisted in http2.
This causes spdy errors in Chrome.
  • Loading branch information
ggreer committed Apr 26, 2017
1 parent 433c99a commit 2380582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions installer/assets/ingress/default-backend-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ metadata:
name: tectonic-custom-error
data:
custom-http-errors: "400,401,403,404,500,503,504"
use-http2: "false"
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ metadata:
data:
custom-http-errors: "400,401,403,404,500,503,504"
server-name-hash-bucket-size: "1024"
use-http2: "false"

0 comments on commit 2380582

Please sign in to comment.