Skip to content

Commit

Permalink
Disable access log in stream section for configuration socket
Browse files Browse the repository at this point in the history
aledbf committed Jul 10, 2019
1 parent b24373f commit 1e07cc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rootfs/etc/nginx/template/nginx.tmpl
Original file line number Diff line number Diff line change
@@ -681,6 +681,8 @@ stream {
server {
listen unix:{{ .StreamSocket }};

access_log off;

content_by_lua_block {
tcp_udp_configuration.call()
}

0 comments on commit 1e07cc6

Please sign in to comment.