From 6b38bebe59866cc5c89b59aadeae6d2b80320aa6 Mon Sep 17 00:00:00 2001
From: Guilherme Arthur Geronimo <guilherme.geronimo@ufsc.br>
Date: Fri, 26 Apr 2024 01:48:59 +0000
Subject: [PATCH] headers

---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index b184cd7..5729f08 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -11,6 +11,7 @@ ADD docker/web/server.key 	/etc/apache2/ssl/
 RUN a2enmod ssl
 RUN a2enmod proxy
 RUN a2enmod proxy_http
+RUN a2enmod headers
 
 #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