Disable access log in stream section for configuration socket
This commit is contained in:
parent
b24373f58c
commit
1e07cc6933
1 changed files with 2 additions and 0 deletions
|
@ -681,6 +681,8 @@ stream {
|
|||
server {
|
||||
listen unix:{{ .StreamSocket }};
|
||||
|
||||
access_log off;
|
||||
|
||||
content_by_lua_block {
|
||||
tcp_udp_configuration.call()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue