Size-based Apache log rotation

This commit is contained in:
2017-12-07 10:21:55 +01:00
parent bff51e1e83
commit 7dcc0d5ead
2 changed files with 22 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ RUN a2enmod rewrite && a2enmod wsgi-py36
ADD apache2.conf /etc/apache2/apache2.conf
ADD 000-default.conf /etc/apache2/sites-available/000-default.conf
ADD apache-logrotate.conf /etc/logrotate.d/apache2
ADD *.sh /
# Remove some empty top-level directories we won't use anyway.