From: Vincent Vanwaelscappel Date: Thu, 14 Sep 2023 17:50:04 +0000 (+0200) Subject: wip #6269 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=20465a1841aba541289e8cc38cbf21faec0cc88c;p=fluidbook-hosting-loadbalancer.git wip #6269 --- diff --git a/config/httpd/apache2.conf b/config/httpd/apache2.conf index 0e18e7d..48648f5 100644 --- a/config/httpd/apache2.conf +++ b/config/httpd/apache2.conf @@ -25,5 +25,5 @@ Include ports.conf DocumentRoot /var/www/html - Header set Access-Control-Allow-Origin "*" +# Header set Access-Control-Allow-Origin "*" diff --git a/docker-compose.yml b/docker-compose.yml index 8be8841..0392625 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,7 +10,6 @@ services: - './ssh/known_hosts:/root/.ssh/known_hosts' - './www/:/var/www/html/' - './config/httpd/apache2.conf:/etc/apache2/apache2.conf' - - './config/httpd/mods-enabled/:/etc/apache2/mods-enabled/' - './bin/sync:/usr/local/bin/sync' restart: unless-stopped build: .