[foundation-web/oscp] Adjust DocumentRoot



commit 69b96b2b89f3254e6f989e15b2910f54c454d55d
Author: Andrea Veri <averi redhat com>
Date:   Wed Jan 8 13:29:24 2020 +0100

    Adjust DocumentRoot

 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 af6008d..06d4f73 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/foundation.gnome.org 
+  DocumentRoot /opt/app-root/src/html/foundation.gnome.org/vote
   ServerName vote.gnome.org
 
   RewriteEngine On
   RewriteRule /vote/(.*)$ https://vote.gnome.org/$1
 </VirtualHost>
 
-<Directory "/opt/app-root/src/html/foundation.gnome.org"> 
+<Directory "/opt/app-root/src/html/foundation.gnome.org/vote"> 
   DirectoryIndex index.php index.html
 
   <Files *.php>


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