6 Commits

Author SHA1 Message Date
jogo
37116eddba packages: nginx: fix PCRE symbol name and fix dependency
Fix PCRE config symbol name and let HTTP_REWRITE select it as it
depends on PCRE.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@36483 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-28 21:26:23 +00:00
jogo
625016864d packages: nginx: clean up options
* Make all options enabling features (and default to y in case if
  they were previously disabling features).
* Add missing SSL dependencies to AUTH_BASIC and HTTP_CACHE, allowing
  them to be enabled/disabled independently.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@36379 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-22 15:09:19 +00:00
luka
58072524d7 Add configuration settings to disable certain features in nginx to
be able to reduce it's footprint and allow nginx to be built with
support for lua.

Signed-off-by: Karl Vogel <karl.vogel@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34223 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-17 16:48:53 +00:00
luka
3259bec42c [packages] nginx: update to version 1.2.1
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32166 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-10 18:08:36 +00:00
mb
c921d62239 nginx: Try to fix openssl dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23426 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-13 17:38:31 +00:00
benoar
faa96cd5df [package] nginx: packaging enhancements
* add a separate config menu for optionnal modules (not every possible
   module are here; just taken the ones Debian enables). By default they
   are all disabled, so this removes the default dependency on
   libopenssl.
 * correctly listed conffiles
 * enable IPv6 only when CONFIG_IPV6 is set
 * change the default listening adress in nginx.conf when IPv6 is
   enabled so that it listens on [::]


git-svn-id: svn://svn.openwrt.org/openwrt/packages@22807 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-26 00:05:56 +00:00