./www/nginx, Lightweight HTTP server and mail proxy server

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2017Q1, Version: 1.10.3nb1, Package name: nginx-1.10.3nb1, Maintainer: joerg

Nginx (pronounced engine-x) is a free, open-source, high-performance HTTP
server and reverse proxy, as well as an IMAP/POP3 proxy server. Igor Sysoev
started development of Nginx in 2002, with the first public release in 2004.
Nginx now hosts nearly 12.18% (22.2M) of active sites across all domains.
Nginx is known for its high performance, stability, rich feature set, simple
configuration, and low resource consumption.

Nginx is one of a handful of servers written to address the C10K problem.
Unlike traditional servers, Nginx doesn't rely on threads to handle requests.
Instead it uses a much more scalable event-driven (asynchronous) architecture.
This architecture uses small, but more importantly, predictable amounts of
memory under load.
Even if you don't expect to handle thousands of simultaneous requests, you can
still benefit from Nginx's high-performance and small memory footprint.
Nginx scales in all directions: from the smallest VPS all the way up to
clusters of servers.

Nginx powers several high-visibility sites, such as Netflix, Hulu, Pinterest,
CloudFlare, Airbnb, WordPress.com, GitHub, SoundCloud, Zynga, Eventbrite,
Zappos, Media Temple, Heroku, RightScale, Engine Yard and NetDNA.


Required to run:
[devel/pcre]

Required to build:
[pkgtools/cwrappers]

Package options: inet6, pcre, ssl

Master sites:

SHA1: 95cf32c3e33efc53ac81338a5779fbaa425f02e2
RMD160: e27327509a706f90bb5f01d42edd9624223588a0
Filesize: 890.146 KB

Version history: (Expand)


CVS history: (Expand)


   2017-04-19 20:29:42 by Benny Siegert | Files touched by this commit (1)
Log message:
Pullup ticket #5290 (second part) - requested by sevan
www/nginx: build fix

Revisions pulled up:
- www/nginx/options.mk                                          1.38

---
   Module Name:    pkgsrc
   Committed By:   maya
   Date:           Sat Apr 15 06:26:51 UTC 2017

   Modified Files:
           pkgsrc/www/nginx: options.mk

   Log message:
   Use PKG_OPTIONS_LEGACY_OPTS for renaming v2->http2

   so existing users won't need to modify their configs
   2017-04-17 16:49:23 by Benny Siegert | Files touched by this commit (1)
Log message:
Pullup ticket #5290 - requested by sevan
www/nginx: option name change

Revisions pulled up:
- www/nginx/options.mk                                          1.37

---
   Module Name:    pkgsrc
   Committed By:   ryoon
   Date:           Sat Apr 15 05:46:28 UTC 2017

   Modified Files:
           pkgsrc/www/nginx: options.mk

   Log message:
   Change v2 option name to http2

   http2 is defined in pkgsrc/mk/defaults/options.description