fix: disable auth access logs (#9049)
This commit is contained in:
parent
8ed3a27e25
commit
424cc8671b
1 changed files with 2 additions and 0 deletions
|
@ -1058,6 +1058,8 @@ stream {
|
|||
opentracing_propagate_context;
|
||||
{{ end }}
|
||||
|
||||
access_log off;
|
||||
|
||||
# Ensure that modsecurity will not run on an internal location as this is not accessible from outside
|
||||
{{ if $all.Cfg.EnableModsecurity }}
|
||||
modsecurity off;
|
||||
|
|
Loading…
Reference in a new issue