From 6c510e2e86bbb1ff782c0355d9671058f74805e3 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Mon, 6 Sep 2021 13:48:13 +0200 Subject: [PATCH] enabled caching via .htaccess --- webmails/roundcube/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webmails/roundcube/Dockerfile b/webmails/roundcube/Dockerfile index 4d3e36df..f4399f70 100644 --- a/webmails/roundcube/Dockerfile +++ b/webmails/roundcube/Dockerfile @@ -38,7 +38,8 @@ RUN apt-get update && apt-get install -y \ && sed -i 's,^php_value.*post_max_size,#&,g' .htaccess \ && sed -i 's,^php_value.*upload_max_filesize,#&,g' .htaccess \ && chown -R www-data: logs temp \ - && rm -rf /var/lib/apt/lists + && rm -rf /var/lib/apt/lists \ + && a2enmod rewrite deflate expires headers COPY php.ini /php.ini COPY config.inc.php /var/www/html/config/