]> _ Git - fluidbook-hosting-loadbalancer.git/commitdiff
wip #7741 @0:15
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 7 Oct 2025 14:51:20 +0000 (16:51 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 7 Oct 2025 14:51:20 +0000 (16:51 +0200)
config/httpd/apache2.conf

index 3b937713d91b493b81384fd914d8f14cc910f4c2..03db2fa6690aedc46dbd9195fdfee492e38ffb81 100644 (file)
@@ -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
-
 <Directory />
        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 "*"
 </Directory>
 
 <VirtualHost *:80>