From 1349908f08ad2ef9b337f4d19adea777cb853358 Mon Sep 17 00:00:00 2001
From: Guilherme Arthur Geronimo <guilherme.geronimo@ufsc.br>
Date: Fri, 26 Apr 2024 02:44:41 +0000
Subject: [PATCH] Enable all

---
 Dockerfile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Dockerfile b/Dockerfile
index cbf266c..32b05b3 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
-- 
GitLab