Path to this page:
./
www/nginx-devel,
Lightweight HTTP server and mail proxy server
Branch: CURRENT,
Version: 1.27.3nb1,
Package name: nginx-devel-1.27.3nb1,
Maintainer: osaNginx (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: auth-request, gzip, http2, http3, memcache, realip, slice, ssl, status, uwsgi
Master sites:
Filesize: 1241.725 KB
Version history: (Expand)
- (2024-11-26) Updated to version: nginx-devel-1.27.3nb1
- (2024-11-16) Updated to version: nginx-devel-1.27.2nb6
- (2024-11-15) Updated to version: nginx-devel-1.27.2nb5
- (2024-11-13) Updated to version: nginx-devel-1.27.2nb4
- (2024-11-01) Updated to version: nginx-devel-1.27.2nb3
- (2024-11-01) Updated to version: nginx-devel-1.27.2nb2
CVS history: (Expand)
2024-11-26 20:48:45 by Sergey A. Osokin | Files touched by this commit (3) | |
Log message:
www/nginx-devel: update third-party lua module to 0.1.27
Bump PKGREVISION.
|
2024-11-26 19:44:56 by Sergey A. Osokin | Files touched by this commit (2) | |
Log message:
www/nginx-devel: update 1.27.2 -> 1.27.3
<ChangeLog>
*) Feature: the "server" directive in the "upstream" \
block supports the
"resolve" parameter.
*) Feature: the "resolver" and "resolver_timeout" \
directives in the
"upstream" block.
*) Feature: SmarterMail specific mode support for IMAP LOGIN with
untagged CAPABILITY response in the mail proxy module.
*) Change: now TLSv1 and TLSv1.1 protocols are disabled by default.
*) Change: an IPv6 address in square brackets and no port can be
specified in the "proxy_bind", "fastcgi_bind", \
"grpc_bind",
"memcached_bind", "scgi_bind", and \
"uwsgi_bind" directives, and as
client address in ngx_http_realip_module.
*) Bugfix: in the ngx_http_mp4_module.
Thanks to Nils Bars.
*) Bugfix: the "so_keepalive" parameter of the "listen" \
directive might
be handled incorrectly on DragonFly BSD.
*) Bugfix: in the "proxy_store" directive.
</ChangeLog>
|
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:15:12 by Jonathan Perkin | Files touched by this commit (3) |
Log message:
nginx-devel: Change naxsi upstream to one that works.
The older nbs-system one causes syntax errors in the config file. Perform
some cleanup while here. Bump PKGREVISION.
|
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-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426) |
Log message:
*: revbump for icu downgrade
|
2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427) |
Log message:
*: recursive bump for icu 76.1 shlib bump
|