From 1730ce41091fc1750423e0426d16029cd6aad661 Mon Sep 17 00:00:00 2001 From: Guilherme Arthur Geronimo <guilherme.geronimo@ufsc.br> Date: Fri, 26 Apr 2024 02:06:10 +0000 Subject: [PATCH] rewrite --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 5729f08..cbf266c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ RUN a2enmod ssl RUN a2enmod proxy RUN a2enmod proxy_http RUN a2enmod headers +RUN a2enmod rewrite #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