From: Vincent Vanwaelscappel Date: Tue, 16 Sep 2025 14:08:14 +0000 (+0200) Subject: #7741 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=95baefc1a097654ef035a097e7a77081a0a6df87;p=fluidbook-hosting-loadbalancer.git #7741 --- diff --git a/Dockerfile b/Dockerfile index 4d88b15..ec3d3ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,5 @@ ENV TERM=linux ENV DEBIAN_FRONTEND=noninteractive RUN apt update && apt -y --no-install-recommends install rsync ssh cron -RUN a2enmod headers CMD exec /usr/local/bin/startup \ No newline at end of file diff --git a/config/httpd/apache2.conf b/config/httpd/apache2.conf index 0e18e7d..3b93771 100644 --- a/config/httpd/apache2.conf +++ b/config/httpd/apache2.conf @@ -4,6 +4,8 @@ ErrorLog ${APACHE_LOG_DIR}/error.log HostnameLookups Off +LoadModule headers_module modules/mod_headers.so + # Include module configuration: IncludeOptional mods-enabled/*.load IncludeOptional mods-enabled/*.conf