[gnomefr-web/oscp] DocumentRoot update



commit f209fd1da091b4174d2c8873f594c62dbe2506f5
Author: Andrea Veri <av gnome org>
Date:   Tue Sep 10 13:44:30 2019 +0000

    DocumentRoot update

 app_data/httpd-cfg/gnomefr.org.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app_data/httpd-cfg/gnomefr.org.conf b/app_data/httpd-cfg/gnomefr.org.conf
index 55e6055..e739f61 100644
--- a/app_data/httpd-cfg/gnomefr.org.conf
+++ b/app_data/httpd-cfg/gnomefr.org.conf
@@ -1,11 +1,11 @@
 <VirtualHost *:8080>
-  DocumentRoot /opt/app-root/src/html 
+  DocumentRoot /opt/app-root/src/html/www.gnomefr.org
   ServerName www.gnomefr.org
   ServerAlias gnomefr.org
   ServerAlias fr.gnome.org
   ServerAlias www.fr.gnome.org
   
-  DirectoryIndex index.php3 index.php index.html index.shtml
+  DirectoryIndex index.html index.shtml
 </VirtualHost>
 
 <Directory /opt/app-root/src/html>


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