diff options
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> |