[wiki-web] Fix up paths to the htdocs directory



commit 761787b6fc576450839d4cc38ab09035e561a333
Author: Andrea Veri <averi redhat com>
Date:   Thu Aug 8 12:15:45 2019 +0200

    Fix up paths to the htdocs directory

 app_data/httpd-cfg/01_www.pango.org.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app_data/httpd-cfg/01_www.pango.org.conf b/app_data/httpd-cfg/01_www.pango.org.conf
index b256fce..c4d5ba3 100644
--- a/app_data/httpd-cfg/01_www.pango.org.conf
+++ b/app_data/httpd-cfg/01_www.pango.org.conf
@@ -16,8 +16,8 @@
   Redirect /Manual http://library.gnome.org/devel/pango/unstable/
 
   # Standard moinmoin/mod_python integration rules
-  RewriteRule ^/moin_static1910/(.*)$ /srv/http/moin/wiki/htdocs/$1 [last]
-  RewriteRule ^/robots.txt$ /srv/http/moin/wiki/htdocs/robots.txt [last]
+  RewriteRule ^/moin_static1910/(.*)$ /srv/http/moin/MoinMoin/web/static/htdocs/$1 [last]
+  RewriteRule ^/robots.txt$ /srv/http/moin/MoinMoin/web/static/htdocs/robots.txt [last]
   RewriteRule ^/favicon.ico$ /srv/http/data/pango.gnome.org/root/favicon.ico [last]
 
   WSGIDaemonProcess moin_pango user=apache group=apache processes=8 threads=10 maximum-requests=300 
umask=0007


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