From 20465a1841aba541289e8cc38cbf21faec0cc88c Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 14 Sep 2023 19:50:04 +0200 Subject: [PATCH] wip #6269 --- config/httpd/apache2.conf | 2 +- docker-compose.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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: . -- 2.39.5