Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment