aboutsummaryrefslogtreecommitdiff
path: root/net/nginx/Config.in
Commit message (Collapse)AuthorAge
* nginx: adds ubus external moduleAnsuel Smith2019-10-30
| | | | | | | | | - Adds ubus module to nginx - Select module by default - Adds script to detect ubus module and append config for luci - Switch all external module to xz Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* nginx: add stream SSL and stream SSL preread supportDeng Qingfang2018-12-17
| | | | Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
* nginx: bump to latest release and otherAnsuel Smith2018-12-07
| | | | | | This bumps nginx to latest release, adds support for STREAM MODULE and bump rtmp version to fix a compilation error Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* nginx: Update rtmp moduleDaniel Engberg2018-11-08
| | | | | | | Change to ut0mt8's fork that contains several enhancements and bugfixes. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* nginx: add http_sub_module and other fixAnsuel Smith2018-07-18
| | | | | | Someone requested this module to be included, so create the config flag for it. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* nginx: bump and add build variant and other fixAnsuel Smith2018-07-06
| | | | | | | This add 2 variant of nginx so we can have package with SSL config flag preselected. This also add support for 2 more module and upgrade gninx to latest version. Also add myself as secondary maintainer to apply luci modification quickly. Use of autoreconf to fix problems with recompilation on every new build (even if the version is the same). Add a patch to ignore on invalid configure option instead of trow error. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* nginx: Package bump to 1.14.0Ansuel Smith2018-06-02
| | | | | | | This bump nginx package to latest stable. Also add support for the brotli compression module and head_more module. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* nginx: update to 1.10.3, add new module optionsVal Kulkov2017-02-01
| | | | | | | | | | | | | Update nginx to version 1.10.3. Add new configuration options to enable the following optional modules (disabled by default): - http_auth_request_module - http_v2_module - http_realip_module - http_secure_link_module Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* nginx: correct f3c7cc6Dirk Feytons2016-05-10
| | | | Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
* nginx: correct errors from previous mergeheil2016-05-09
| | | | Signed-off-by: heil <heil@terminal-consulting.de>
* nginx: upstep to 1.10.0, add Lua module, footprint optimizationsDirk Feytons2016-04-29
| | | | Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
* nginx: add naxsi moduleheil2016-01-25
| | | | | | - this brings back naxsi support aka WAF for nginx Signed-off-by: heil <heil@terminal-consulting.de>
* nginx: bump to 1.9.6Luka Perkov2015-10-31
| | | | | | | | In this bump as agreed with Thomas we are dropping out all the nginx 3rd party addons. In case you would like to see your 3rd party addon included please send a pull request and make sure it works with newest version. Signed-off-by: Luka Perkov <luka@openwrt.org>
* nginx: add support for SPNEGO authenticationPaul Fertser2015-09-01
| | | | | | | This adds a module suitable for Kerberos SSO, e.g. for integrating into Active Directory domains. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* nginx: fix dependence to NGINX_SSLThomas Heil2014-06-24
| | | | | | | the upstream_check and proxyprotocol module need NGINX_SSL. So remove them from default and add the according dependence. Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* nginx: make depencies more stricterThomas Heil2014-06-24
| | | | | | | This should fix isse #54. It should no not be possible to select an nginx subpackage without the appropriate module. Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* nginx: import from packages, add myself as the maintainerThomas Heil2014-06-23
This adds the nginx package from the old svn package fee. I adopt the licensing information and will maintain the package in the future. This request also updates nginx to the last stable version 1.4.7. It further adds support for - naxsi (the ngix web application firewall) - syslog module - http upstream check module - support for the haproxy Proxy Protocol (this way nginx can see the real ip address behind haproxy) Building was tested with target x86_64, ar71xx and avr32. Signed-off-by: Thomas Heil <heil@terminal-consulting.de>