[gimp-web/oscp] /docs_data as the DocumentRoot



commit 75ca552b4bf06170ab7d99b0376558376b638047
Author: Andrea Veri <averi redhat com>
Date:   Fri Mar 13 19:44:06 2020 +0100

    /docs_data as the DocumentRoot

 docs.gimp.org/httpd/app_data/httpd-cfg/docs.gimp.org.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/docs.gimp.org/httpd/app_data/httpd-cfg/docs.gimp.org.conf 
b/docs.gimp.org/httpd/app_data/httpd-cfg/docs.gimp.org.conf
index c25748b0..9ca7c3e7 100644
--- a/docs.gimp.org/httpd/app_data/httpd-cfg/docs.gimp.org.conf
+++ b/docs.gimp.org/httpd/app_data/httpd-cfg/docs.gimp.org.conf
@@ -2,7 +2,7 @@
     ServerName docs.gimp.org
 
     ServerAdmin webmaster gimp org
-    DocumentRoot /opt/app-root/src/html
+    DocumentRoot /docs_data
 
     Header always unset Content-Security-Policy 
 </VirtualHost>
@@ -14,7 +14,7 @@
     Deny from env=bad_agent
 </Location>
 
-<Directory "/opt/app-root/src/html">
+<Directory "/docs_data">
   Require all granted
 </Directory>
 


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