From: Vincent Vanwaelscappel Date: Tue, 7 Oct 2025 14:51:20 +0000 (+0200) Subject: wip #7741 @0:15 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=48f05b548fcc7e65fbc8493697a6afb72f07d00b;p=fluidbook-hosting-loadbalancer.git wip #7741 @0:15 --- diff --git a/config/httpd/apache2.conf b/config/httpd/apache2.conf index 3b93771..03db2fa 100644 --- a/config/httpd/apache2.conf +++ b/config/httpd/apache2.conf @@ -6,13 +6,6 @@ HostnameLookups Off LoadModule headers_module modules/mod_headers.so -# Include module configuration: -IncludeOptional mods-enabled/*.load -IncludeOptional mods-enabled/*.conf - -# Include list of ports to listen on -Include ports.conf - Options FollowSymLinks AllowOverride None @@ -23,6 +16,7 @@ Include ports.conf Options Indexes FollowSymLinks AllowOverride None Require all granted + Header set Access-Control-Allow-Origin "*"