[foundation-web/oscp] Adjust path



commit 567bbf6ec6a2baf910861470af04dfd45daf56ec
Author: Andrea Veri <averi redhat com>
Date:   Wed Jan 8 12:50:02 2020 +0100

    Adjust path

 app_data/httpd-cfg/vote.gnome.org.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app_data/httpd-cfg/vote.gnome.org.conf b/app_data/httpd-cfg/vote.gnome.org.conf
index cc2c76c..af6008d 100644
--- a/app_data/httpd-cfg/vote.gnome.org.conf
+++ b/app_data/httpd-cfg/vote.gnome.org.conf
@@ -1,12 +1,12 @@
 <VirtualHost *:8080>
-  DocumentRoot /opt/app-root/src/html 
+  DocumentRoot /opt/app-root/src/html/foundation.gnome.org 
   ServerName vote.gnome.org
 
   RewriteEngine On
   RewriteRule /vote/(.*)$ https://vote.gnome.org/$1
 </VirtualHost>
 
-<Directory "/opt/app-root/src/html"> 
+<Directory "/opt/app-root/src/html/foundation.gnome.org"> 
   DirectoryIndex index.php index.html
 
   <Files *.php>


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