diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-09-26 16:05:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-26 16:05:49 +0200 |
commit | 5e24596e1c7170884f8117a56940e839b0223a2d (patch) | |
tree | 4682b02f1d6a2c627f428669ff7809686a310462 /httpd | |
parent | 94d888356469f2d920835f9c6d4eba944e429f62 (diff) | |
download | bugzilla-5e24596e1c7170884f8117a56940e839b0223a2d.tar.gz bugzilla-5e24596e1c7170884f8117a56940e839b0223a2d.tar.xz |
Bug 1402097 - Disable apache access log in container
Diffstat (limited to 'httpd')
-rw-r--r-- | httpd/httpd.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/httpd/httpd.conf b/httpd/httpd.conf index 74235eb27..472b734fc 100644 --- a/httpd/httpd.conf +++ b/httpd/httpd.conf @@ -78,7 +78,6 @@ LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combine LogFormat "%h %l %u %t \"%r\" %>s %b" common LogFormat "%{Referer}i -> %U" referer LogFormat "%{User-agent}i" agent -CustomLog /dev/stdout combined ServerSignature Off AddDefaultCharset UTF-8 AddType application/x-compress .Z |