aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mga-mirrors/templates
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-05 23:41:36 +0000
committerMichael Scherer <misc@mageia.org>2010-11-05 23:41:36 +0000
commite7446275c1f5198a0f9c0e0aec8231d266beff8c (patch)
treeae5de3381f37628efc13943f89f48e1d7685486b /modules/mga-mirrors/templates
parentb2209850b0659eb299632c54ece079477fc50246 (diff)
downloadpuppet-e7446275c1f5198a0f9c0e0aec8231d266beff8c.tar
puppet-e7446275c1f5198a0f9c0e0aec8231d266beff8c.tar.gz
puppet-e7446275c1f5198a0f9c0e0aec8231d266beff8c.tar.bz2
puppet-e7446275c1f5198a0f9c0e0aec8231d266beff8c.tar.xz
puppet-e7446275c1f5198a0f9c0e0aec8231d266beff8c.zip
- refactor catalyst application config using a common class ( catdap is next )
Diffstat (limited to 'modules/mga-mirrors/templates')
-rw-r--r--modules/mga-mirrors/templates/mirrors_vhost.conf13
1 files changed, 0 insertions, 13 deletions
diff --git a/modules/mga-mirrors/templates/mirrors_vhost.conf b/modules/mga-mirrors/templates/mirrors_vhost.conf
deleted file mode 100644
index 33f27513..00000000
--- a/modules/mga-mirrors/templates/mirrors_vhost.conf
+++ /dev/null
@@ -1,13 +0,0 @@
-<VirtualHost *:80>
- ServerName <%= vhost %>
- # Serve static content directly
- DocumentRoot /dev/null
-
- 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>
-