diff options
author | swills <swills@FreeBSD.org> | 2011-11-17 00:57:13 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-11-17 00:57:13 +0800 |
commit | 747ec63030315896806fcab56eaf65ae2f70f718 (patch) | |
tree | 4d2475c87d57d9e2eca9e27682b5a857fed33fd1 /www/Makefile | |
parent | 01abf2230a227af141605e6406d6377077d377c9 (diff) | |
download | freebsd-ports-gnome-747ec63030315896806fcab56eaf65ae2f70f718.tar.gz freebsd-ports-gnome-747ec63030315896806fcab56eaf65ae2f70f718.tar.zst freebsd-ports-gnome-747ec63030315896806fcab56eaf65ae2f70f718.zip |
Unicorn is an HTTP server for Rack applications designed to only serve fast
clients on low-latency, high-bandwidth connections and take advantage of
features in Unix/Unix-like kernels. Slow clients should only be served by
placing a reverse proxy capable of fully buffering both the the request and
response in between Unicorn and slow clients.
WWW: http://unicorn.bogomips.org/
Feature safe: yes
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index fe961db5357d..c020eddc760a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1675,6 +1675,7 @@ SUBDIR += rubygem-thin SUBDIR += rubygem-typhoeus SUBDIR += rubygem-uglifier + SUBDIR += rubygem-unicorn SUBDIR += rubygem-webmock SUBDIR += rubygem-webrobots SUBDIR += rubygem-yapra |