Disable access log in stream section for configuration socket

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-07-10 13:42:13 -04:00
parent b24373f58c
commit 1e07cc6933
No known key found for this signature in database
GPG key ID: 786136016A8BA02A

View file

@ -681,6 +681,8 @@ stream {
server {
listen unix:{{ .StreamSocket }};
access_log off;
content_by_lua_block {
tcp_udp_configuration.call()
}