fix: disable auth access logs (#9049)

This commit is contained in:
Johannes Würbach 2023-01-08 23:49:27 +01:00 committed by GitHub
parent 8ed3a27e25
commit 424cc8671b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;