[wiki-web] Fix paths



commit 3c2e7dcbe226ff7e96033c54165026a26ebd2366
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Thu Jan 30 12:45:48 2020 +0100

    Fix paths

 app_data/httpd-cfg/02_es.gnome.org.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app_data/httpd-cfg/02_es.gnome.org.conf b/app_data/httpd-cfg/02_es.gnome.org.conf
index c519b29..3d1bab0 100644
--- a/app_data/httpd-cfg/02_es.gnome.org.conf
+++ b/app_data/httpd-cfg/02_es.gnome.org.conf
@@ -8,7 +8,7 @@
   SSLCertificateFile /var/serving-cert/tls.crt 
   SSLCertificateKeyFile /var/serving-cert/tls.key
 
-  Alias /moin_static1910/ "/srv/http/es.gnome.org/es.gnome.org/htdocs/"
+  Alias /moin_static1910/ "/srv/http/data/es.gnome.org/htdocs/"
   RewriteRule ^/robots.txt$ /srv/http/moin/MoinMoin/web/static/htdocs/robots.txt [last]
 
   WSGIDaemonProcess moin_es user=apache group=apache processes=8 threads=10 maximum-requests=300 umask=0007
@@ -31,6 +31,6 @@
   Require all granted
 </Directory>
 
-<Directory "/srv/http/es.gnome.org/es.gnome.org/htdocs">
+<Directory "/srv/http/data/es.gnome.org/htdocs">
   Require all granted
 </Directory>


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