Loading services/proxy/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading services/proxy/apache2.conf +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
services/proxy/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
services/proxy/apache2.conf +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading