diff options
Diffstat (limited to 'modules/epoll/templates')
-rw-r--r-- | modules/epoll/templates/epoll_vhost.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/epoll/templates/epoll_vhost.conf b/modules/epoll/templates/epoll_vhost.conf index 3b6e133c..272aaa28 100644 --- a/modules/epoll/templates/epoll_vhost.conf +++ b/modules/epoll/templates/epoll_vhost.conf @@ -1,6 +1,5 @@ -NameVirtualHost *:80 <VirtualHost *:80> - ServerName epoll.<%= domain %> + ServerName <%= vhost %> # Serve static content directly DocumentRoot /dev/null |