Skip to content

Commit

Permalink
lbagent: standalone rate control between listener and its rules
Browse files Browse the repository at this point in the history
  • Loading branch information
yousong committed Jun 2, 2020
1 parent 3d58d51 commit 7e2273b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/lbagent/models/haproxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,6 @@ frontend {{ .id }}
{{- println }}
{{- if .log }} {{ println "option httplog clf" }} {{- end }}
{{- if .acl }} {{ println .acl }} {{- end}}
{{- range .rate_rules }} {{ println . }} {{- end }}
{{- if .client_request_timeout }} timeout http-request {{ println .client_request_timeout }} {{- end}}
{{- if .client_idle_timeout }} timeout http-keep-alive {{ println .client_idle_timeout }} {{- end}}
{{- if .xforwardedfor }} {{ println "option forwardfor" }} {{- end}}
Expand Down

0 comments on commit 7e2273b

Please sign in to comment.