From ecf933fc2975125c0feafa1ac99e7654232fdc07 Mon Sep 17 00:00:00 2001
From: Guilherme Arthur Geronimo <guilherme.geronimo@ufsc.br>
Date: Fri, 26 Apr 2024 00:49:07 +0000
Subject: [PATCH] proxy

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

diff --git a/Dockerfile b/Dockerfile
index c46474a..b184cd7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,6 +9,8 @@ ADD docker/web/ca.crt        	/etc/apache2/ssl/
 ADD docker/web/server.crt 	/etc/apache2/ssl/
 ADD docker/web/server.key 	/etc/apache2/ssl/
 RUN a2enmod ssl
+RUN a2enmod proxy
+RUN a2enmod proxy_http
 
 #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