feat: support enbale nginx debug_connection (#8637)
This commit is contained in:
parent
0005c080da
commit
2852e2998c
5 changed files with 39 additions and 0 deletions
|
|
@ -58,6 +58,9 @@ events {
|
|||
multi_accept {{ if $cfg.EnableMultiAccept }}on{{ else }}off{{ end }};
|
||||
worker_connections {{ $cfg.MaxWorkerConnections }};
|
||||
use epoll;
|
||||
{{ range $index , $v := $cfg.DebugConnections }}
|
||||
debug_connection {{ $v }};
|
||||
{{ end }}
|
||||
}
|
||||
|
||||
http {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue