diff --git a/Dockerfile b/Dockerfile
index c46474a707b70eb7a5e808a842c8bf9cb008cc7b..b184cd756abbc82371d969bf50830bcc8dc5f0f0 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