]> _ Git - fluidbook-hosting-loadbalancer.git/commitdiff
wip #7741
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 7 Oct 2025 14:58:49 +0000 (16:58 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 7 Oct 2025 14:58:49 +0000 (16:58 +0200)
config/httpd/apache2.conf

index 03db2fa6690aedc46dbd9195fdfee492e38ffb81..eefb78f22a4eec8afa451197ef6bc2d9cd6fbb76 100644 (file)
@@ -12,7 +12,7 @@ LoadModule headers_module modules/mod_headers.so
        Require all denied
 </Directory>
 
-<Directory /var/www/html>
+<Directory /usr/local/apache2/htdocs>
        Options Indexes FollowSymLinks
        AllowOverride None
        Require all granted
@@ -20,6 +20,6 @@ LoadModule headers_module modules/mod_headers.so
 </Directory>
 
 <VirtualHost *:80>
-       DocumentRoot /var/www/html
+       DocumentRoot /usr/local/apache2/htdocs
        Header set Access-Control-Allow-Origin "*"
 </VirtualHost>