[gimp-web/oscp] testing/static/www: Fix location of HTML files



commit 52576db0e8ae1de4ea6a683d6d55e57888617732
Author: Bartłomiej Piotrowski <b bpiotrowski pl>
Date:   Tue Jul 26 14:11:19 2022 +0200

    testing/static/www: Fix location of HTML files

 static.gimp.org/app_data/httpd-cfg/static.gimp.org.conf   | 4 ++--
 testing.gimp.org/app_data/httpd-cfg/testing.gimp.org.conf | 4 ++--
 www.gimp.org/app_data/httpd-cfg/www.gimp.org.conf         | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/static.gimp.org/app_data/httpd-cfg/static.gimp.org.conf 
b/static.gimp.org/app_data/httpd-cfg/static.gimp.org.conf
index 2fa98dd4..e82ed600 100644
--- a/static.gimp.org/app_data/httpd-cfg/static.gimp.org.conf
+++ b/static.gimp.org/app_data/httpd-cfg/static.gimp.org.conf
@@ -3,7 +3,7 @@
     ServerAlias static.gimp.org
 
     ServerAdmin webmaster gimp org
-    DocumentRoot /opt/app-root/src/html
+    DocumentRoot /opt/app-root/src
     RedirectPermanent /robots.txt /robots-testing.txt
 
     # Disable unsafe inline/eval, only load resources from same origin
@@ -47,7 +47,7 @@ m; \
     ErrorDocument 404 /404.html
 </VirtualHost>
 
-<Directory "/opt/app-root/src/html">
+<Directory "/opt/app-root/src">
   Require all granted
 </Directory>
 
diff --git a/testing.gimp.org/app_data/httpd-cfg/testing.gimp.org.conf 
b/testing.gimp.org/app_data/httpd-cfg/testing.gimp.org.conf
index e12528b6..b8bee5cb 100644
--- a/testing.gimp.org/app_data/httpd-cfg/testing.gimp.org.conf
+++ b/testing.gimp.org/app_data/httpd-cfg/testing.gimp.org.conf
@@ -2,7 +2,7 @@
     ServerName testing.gimp.org
 
     ServerAdmin webmaster gimp org
-    DocumentRoot /opt/app-root/src/html
+    DocumentRoot /opt/app-root/src
 
     ##
     # Headers relevant to security
@@ -70,6 +70,6 @@
     ErrorDocument 404 /404.html
 </VirtualHost>
 
-<Directory "/opt/app-root/src/html">
+<Directory "/opt/app-root/src">
   Require all granted
 </Directory>
diff --git a/www.gimp.org/app_data/httpd-cfg/www.gimp.org.conf 
b/www.gimp.org/app_data/httpd-cfg/www.gimp.org.conf
index 2329c038..5cd6a1c3 100644
--- a/www.gimp.org/app_data/httpd-cfg/www.gimp.org.conf
+++ b/www.gimp.org/app_data/httpd-cfg/www.gimp.org.conf
@@ -14,7 +14,7 @@
     ServerName www.gimp.org
 
     ServerAdmin webmaster gimp org
-    DocumentRoot /opt/app-root/src/html
+    DocumentRoot /opt/app-root/src
 
     ##
     # Headers relevant to security
@@ -77,6 +77,6 @@ m; \
     ErrorDocument 404 /404.html
 </VirtualHost>
 
-<Directory "/opt/app-root/src/html">
+<Directory "/opt/app-root/src">
   Require all granted
 </Directory>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]