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

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


Branch: CURRENT, Version: 1.26.2nb7, Package name: nginx-1.26.2nb7, Maintainer: osa

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:
[security/openssl] [devel/pcre]

Required to build:
[pkgtools/cwrappers]

Package options: nginx-auth-request, nginx-gzip, nginx-http2, nginx-http3, nginx-memcache, nginx-realip, nginx-slice, nginx-ssl, nginx-status, nginx-uwsgi

Master sites:

Filesize: 1215.614 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-26 21:11:19 by Sergey A. Osokin | Files touched by this commit (3) | Package updated
Log message:
www/nginx: update third-party lua module

While I'm here fix build when third-party naxsi module is enabled.

Bump PKGREVISION.
   2024-11-16 13:08:07 by Thomas Klausner | Files touched by this commit (2504)
Log message:
*: recursive bump for perl 5.40
   2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429)
Log message:
*: recursive bump for icu 76 shlib major version bump
   2024-11-13 12:17:45 by Thomas Klausner | Files touched by this commit (2)
Log message:
nginx: prefix all options with 'nginx-' since they're package-specific
   2024-11-13 12:11:37 by Jonathan Perkin | Files touched by this commit (1)
Log message:
nginx: Put back NAXSI_SUBDIR.

Could do with a way to indicate to pkglint that this is actually required.
   2024-11-13 12:05:40 by Jonathan Perkin | Files touched by this commit (2)
Log message:
nginx*: Ensure mdi doesn't break redis option.
   2024-11-13 12:04:05 by Thomas Klausner | Files touched by this commit (1)
Log message:
nginx: sort Makefile
   2024-11-13 12:03:07 by Thomas Klausner | Files touched by this commit (1)
Log message:
nginx: sort PLIST