Merge pull request #3764 from ElvinEfendi/cleanup-confusing-attribute

delete confusing CustomErrors attribute to make things more explicit
This commit is contained in:
Kubernetes Prow Robot 2019-02-14 03:26:21 -08:00 committed by GitHub
commit 908a2ae506
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 4 deletions

View file

@ -418,8 +418,7 @@ http {
ssl_ecdh_curve {{ $cfg.SSLECDHCurve }};
{{ if .CustomErrors }}
# Custom error pages
{{ if gt (len $cfg.CustomHTTPErrors) 0 }}
proxy_intercept_errors on;
{{ end }}