Skip to content

Commit

Permalink
build: remove old documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Aug 30, 2014
1 parent 7485865 commit f23b1e9
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions index.js
Expand Up @@ -6,17 +6,7 @@
*/

/**
* vhost:
*
* Setup vhost for the given `hostname` and `server`.
*
* connect()
* .use(connect.vhost('foo.com', fooApp))
* .use(connect.vhost('bar.com', barApp))
* .use(connect.vhost('*.com', mainApp))
*
* The `server` may be a Connect server, a callable function,
* or a regular Node `http.Server`.
* Create a vhost middleware.
*
* @param {string|RegExp} hostname
* @param {function|Server} server
Expand Down

0 comments on commit f23b1e9

Please sign in to comment.