diff --git a/Dockerfile b/Dockerfile index cbf266c8d82d48967d16fded3021fe685dd13b6a..32b05b37de6fc7717f05f927e0fb44d5d285f365 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,11 @@ RUN a2enmod proxy RUN a2enmod proxy_http RUN a2enmod headers RUN a2enmod rewrite +RUN a2enmod proxy_ajp +RUN a2enmod deflate +RUN a2enmod proxy_balancer +RUN a2enmod proxy_connect +RUN a2enmod proxy_html #TODO Links to be compliance with old env. We should remove this in the future. RUN ln -s -T /var/www/html/ /smartdata && chmod 777 /smartdata