From: Vincent Vanwaelscappel Date: Tue, 7 Oct 2025 14:58:49 +0000 (+0200) Subject: wip #7741 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f43b544a09064c92366857e9b988838100a1d2d6;p=fluidbook-hosting-loadbalancer.git wip #7741 --- diff --git a/config/httpd/apache2.conf b/config/httpd/apache2.conf index 03db2fa..eefb78f 100644 --- a/config/httpd/apache2.conf +++ b/config/httpd/apache2.conf @@ -12,7 +12,7 @@ LoadModule headers_module modules/mod_headers.so Require all denied - + Options Indexes FollowSymLinks AllowOverride None Require all granted @@ -20,6 +20,6 @@ LoadModule headers_module modules/mod_headers.so - DocumentRoot /var/www/html + DocumentRoot /usr/local/apache2/htdocs Header set Access-Control-Allow-Origin "*"