]> _ Git - fluidbook-hosting-loadbalancer.git/commitdiff
wip #6269
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 14 Sep 2023 17:50:04 +0000 (19:50 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 14 Sep 2023 17:50:04 +0000 (19:50 +0200)
config/httpd/apache2.conf
docker-compose.yml

index 0e18e7d19f8dfc39b7ce6d2b4249314a7fc75ac0..48648f5a8745a5a6072d4340121da2ce2637eb0d 100644 (file)
@@ -25,5 +25,5 @@ Include ports.conf
 
 <VirtualHost *:80>
        DocumentRoot /var/www/html
-       Header set Access-Control-Allow-Origin "*"
+#      Header set Access-Control-Allow-Origin "*"
 </VirtualHost>
index 8be884175ee216daea1b22ee9c8f9ec1bb20f7d9..039262570a78f2fd8a85ccebc5b2e957db6738d7 100644 (file)
@@ -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: .