add limit connection status code
add default conn status code add missing colon add limit connection status code
This commit is contained in:
parent
b433108ead
commit
edd87fbae3
3 changed files with 12 additions and 0 deletions
|
|
@ -198,6 +198,7 @@ http {
|
|||
ignore_invalid_headers {{ if $cfg.IgnoreInvalidHeaders }}on{{ else }}off{{ end }};
|
||||
|
||||
limit_req_status {{ $cfg.LimitReqStatusCode }};
|
||||
limit_conn_status {{ $cfg.LimitConnStatusCode }};
|
||||
|
||||
{{ if $cfg.EnableOpentracing }}
|
||||
opentracing on;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue