From a2c03701f71cf43d49c28b4db9065f8c38204d76 Mon Sep 17 00:00:00 2001 From: Guilherme Arthur Geronimo <guilherme.geronimo@ufsc.br> Date: Fri, 26 Apr 2024 02:52:17 +0000 Subject: [PATCH] slim --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 32b05b3..c79522f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,10 +13,6 @@ 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. -- GitLab