aboutsummaryrefslogtreecommitdiffstats
path: root/modules/epoll/templates/epoll_vhost.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/epoll/templates/epoll_vhost.conf')
-rw-r--r--modules/epoll/templates/epoll_vhost.conf13
1 files changed, 0 insertions, 13 deletions
diff --git a/modules/epoll/templates/epoll_vhost.conf b/modules/epoll/templates/epoll_vhost.conf
deleted file mode 100644
index 272aaa28..00000000
--- a/modules/epoll/templates/epoll_vhost.conf
+++ /dev/null
@@ -1,13 +0,0 @@
-<VirtualHost *:80>
- ServerName <%= vhost %>
- # Serve static content directly
- DocumentRoot /dev/null
-
- Alias / /usr/bin/epoll_fastcgi.pl/
- FastCgiServer /usr/bin/epoll_fastcgi.pl -processes 4 -idle-timeout 30
-
- <Location />
- Allow from all
- </Location>
-</VirtualHost>
-