From f43b544a09064c92366857e9b988838100a1d2d6 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 7 Oct 2025 16:58:49 +0200 Subject: [PATCH] wip #7741 --- config/httpd/apache2.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/httpd/apache2.conf b/config/httpd/apache2.conf index 03db2fa..eefb78f 100644 --- a/config/httpd/apache2.conf +++ b/config/httpd/apache2.conf @@ -12,7 +12,7 @@ LoadModule headers_module modules/mod_headers.so Require all denied - + Options Indexes FollowSymLinks AllowOverride None Require all granted @@ -20,6 +20,6 @@ LoadModule headers_module modules/mod_headers.so - DocumentRoot /var/www/html + DocumentRoot /usr/local/apache2/htdocs Header set Access-Control-Allow-Origin "*" -- 2.39.5