nginx-light

Rating: 
0
No votes yet

nginx web/proxy server (basic version)
Nginx ("engine X") is a high-performance web and reverse proxy server
created by Igor Sysoev. It can be used both as a standalone web server
and as a proxy to reduce the load on back-end HTTP or mail servers.
.
This package provides a very light version of nginx with only the
minimal set of features and modules.
.
STANDARD HTTP MODULES: Core, Access, Auth Basic, Auto Index, Charset,
Empty GIF, FastCGI, Gzip, Headers, Index, Log, Map, Proxy, Rewrite, Upstream.
.
OPTIONAL HTTP MODULES: Gzip Precompression, IPv6, SSL, Stub Status.
.
THIRD PARTY MODULES: Echo.

Application versions: 
AttachmentSizeDate
File nginx-light_1.2.1-2.2_armel.deb308.1 KB04/08/2013 - 22:48
Changelog: 

nginx (1.2.1-2.2) unstable; urgency=low

* Non-maintainer upload.
* Fix "removes files that were installed by another package":
don't remove directories that are owned by (and removed from) nginx-common
from nginx-extras.postrm. This seems to have been the idea in commit e30a854
("Moved configuration purging to nginx-common.") except that it was added
in nginx-common.postrm without being removed in nginx-extras.postrm.
Remove nginx-extras.postrm since it's empty after this change.
(Closes: #681758)