aboutsummaryrefslogtreecommitdiff
path: root/net/nginx
Commit message (Collapse)AuthorAge
* nginx: fix leftover code that flood the logsThomas Heil2014-08-04
| | | | | | Stop flooding logs as stated at https://dev.openwrt.org/ticket/17317. Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* 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>