From 48f05b548fcc7e65fbc8493697a6afb72f07d00b Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 7 Oct 2025 16:51:20 +0200 Subject: [PATCH] wip #7741 @0:15 --- config/httpd/apache2.conf | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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 "*" -- 2.39.5