Skip to content

Commit

Permalink
Merge pull request coreos#381 from coreos/no-http2
Browse files Browse the repository at this point in the history
ingress config: Disable http2.
  • Loading branch information
ggreer authored Apr 26, 2017
2 parents 433c99a + 2380582 commit 149477e
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 149477e

Please sign in to comment.