aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mga-mirrors/templates/mirrors_vhost.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mga-mirrors/templates/mirrors_vhost.conf')
-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>
-