Commit f5e362f1 authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Increased Apache timeout to half an hour. Minor fix in the Proxy dockerfile.

parent 87e17e59
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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