diff --git a/services/proxy/Dockerfile b/services/proxy/Dockerfile
index 9ac721ace4ce86f1cafdb9338d909c4e969342c1..aa3a5787576cf9057163102736b35bb8d9a43929 100644
--- a/services/proxy/Dockerfile
+++ b/services/proxy/Dockerfile
@@ -25,7 +25,7 @@ RUN chmod 755 /etc/supervisor/conf.d/run_certbot.sh
 # Enable mod_proxy and SSL
 RUN a2enmod proxy
 RUN a2enmod proxy_http
-RUN sudo a2enmod ssl
+RUN a2enmod ssl
 RUN a2enmod rewrite
 RUN a2enmod headers
 RUN a2enmod proxy_wstunnel
diff --git a/services/proxy/apache2.conf b/services/proxy/apache2.conf
index c98a8e3ec753f43227ed4375a0e3bfa9d22062ab..3005d361fde2df7e391fde18e765b1cfe433abf2 100644
--- a/services/proxy/apache2.conf
+++ b/services/proxy/apache2.conf
@@ -89,7 +89,7 @@ PidFile ${APACHE_PID_FILE}
 #
 # Timeout: The number of seconds before receives and sends time out.
 #
-Timeout 300
+Timeout 1800
 
 #
 # KeepAlive: Whether or not to allow persistent connections (more than