delete confusing CustomErrors attribute to make things more explicit
This commit is contained in:
parent
9ba67992be
commit
adc128711b
3 changed files with 1 additions and 4 deletions
|
|
@ -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 }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue