aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mga-mirrors/templates
diff options
context:
space:
mode:
authorOlivier Thauvin <nanardon@mageia.org>2010-11-04 23:53:46 +0000
committerOlivier Thauvin <nanardon@mageia.org>2010-11-04 23:53:46 +0000
commit9e040f7b5977c0c3c5f5c84f5691d2ae55341cf2 (patch)
treee9b715349d7f1f8c5ad1cc5e5c4c1cab5040c258 /modules/mga-mirrors/templates
parentdbae058388881a86702117f28c368976d407c205 (diff)
downloadpuppet-9e040f7b5977c0c3c5f5c84f5691d2ae55341cf2.tar
puppet-9e040f7b5977c0c3c5f5c84f5691d2ae55341cf2.tar.gz
puppet-9e040f7b5977c0c3c5f5c84f5691d2ae55341cf2.tar.bz2
puppet-9e040f7b5977c0c3c5f5c84f5691d2ae55341cf2.tar.xz
puppet-9e040f7b5977c0c3c5f5c84f5691d2ae55341cf2.zip
- allow to access to web app
Diffstat (limited to 'modules/mga-mirrors/templates')
-rw-r--r--modules/mga-mirrors/templates/mirrors_vhost.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/mga-mirrors/templates/mirrors_vhost.conf b/modules/mga-mirrors/templates/mirrors_vhost.conf
index cf013418..21e4aa0c 100644
--- a/modules/mga-mirrors/templates/mirrors_vhost.conf
+++ b/modules/mga-mirrors/templates/mirrors_vhost.conf
@@ -7,5 +7,8 @@ NameVirtualHost *:80
Alias / /usr/bin/mga_mirrors_fastcgi.pl/
FastCgiServer /usr/bin/mga_mirrors_fastcgi.pl -processes 4 -idle-timeout 30
+ <Location />
+ Allow from all
+ </Location>
</VirtualHost>