summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-09-26 16:05:49 +0200
committerGitHub <noreply@github.com>2017-09-26 16:05:49 +0200
commit5e24596e1c7170884f8117a56940e839b0223a2d (patch)
tree4682b02f1d6a2c627f428669ff7809686a310462
parent94d888356469f2d920835f9c6d4eba944e429f62 (diff)
downloadbugzilla-5e24596e1c7170884f8117a56940e839b0223a2d.tar.gz
bugzilla-5e24596e1c7170884f8117a56940e839b0223a2d.tar.xz
Bug 1402097 - Disable apache access log in container
-rw-r--r--httpd/httpd.conf1
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