Skip to content

Commit

Permalink
Merge pull request #4307 from aledbf/remove-log
Browse files Browse the repository at this point in the history
Disable access log in stream section for configuration socket
  • Loading branch information
k8s-ci-robot authored Jul 10, 2019
2 parents b24373f + 1e07cc6 commit a1922e4
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
Expand Up @@ -681,6 +681,8 @@ stream {
server {
listen unix:{{ .StreamSocket }};

access_log off;

content_by_lua_block {
tcp_udp_configuration.call()
}
Expand Down

0 comments on commit a1922e4

Please sign in to comment.