diff options
author | Olivier Thauvin <nanardon@mageia.org> | 2010-11-04 23:53:46 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mageia.org> | 2010-11-04 23:53:46 +0000 |
commit | 9e040f7b5977c0c3c5f5c84f5691d2ae55341cf2 (patch) | |
tree | e9b715349d7f1f8c5ad1cc5e5c4c1cab5040c258 /modules/mga-mirrors/templates | |
parent | dbae058388881a86702117f28c368976d407c205 (diff) | |
download | puppet-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.conf | 3 |
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> |