[wiki-web] Land access to the static htdocs directory



commit 90a1f715ffb47bdf6e1c0eee5fb20842e119930f
Author: Andrea Veri <averi redhat com>
Date:   Thu Aug 8 12:21:11 2019 +0200

    Land access to the static htdocs directory

 app_data/httpd-cfg/01_www.pango.org.conf | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/app_data/httpd-cfg/01_www.pango.org.conf b/app_data/httpd-cfg/01_www.pango.org.conf
index c4d5ba3..600e902 100644
--- a/app_data/httpd-cfg/01_www.pango.org.conf
+++ b/app_data/httpd-cfg/01_www.pango.org.conf
@@ -44,3 +44,7 @@
 <Directory "/srv/http/wsgi">
   Require all granted
 </Directory>
+
+<Directory "/srv/http/moin/MoinMoin/web/static/htdocs">
+  Require all granted
+</Directory>


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