mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-02 11:08:01 +00:00
roundcube: disable access log
As per discussion in #2360: The front container (nginx reverse proxy) is already logging all requests, disable the access logs for apache2 in the roundcube container completely.
This commit is contained in:
@@ -72,9 +72,8 @@ conf.jinja("/config.inc.php", context, "/var/www/html/config/config.inc.php")
|
||||
# create dirs
|
||||
os.system("mkdir -p /data/gpg")
|
||||
|
||||
# configure apache2
|
||||
conf.jinja("/remoteip.conf", context, "/etc/apache2/conf-available/remoteip.conf")
|
||||
os.system("a2enconf remoteip")
|
||||
# disable access log for VirtualHosts that don't define their own logfile
|
||||
os.system("a2disconf other-vhosts-access-log")
|
||||
|
||||
print("Initializing database")
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user