aboutsummaryrefslogtreecommitdiffstats
path: root/main/nginx/sysguard.patch
diff options
context:
space:
mode:
authorValery Kartel <valery.kartel@gmail.com>2017-03-17 12:05:44 +0200
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-03-17 10:29:51 +0000
commite07695e1581744e63bd459f7fa827f51c4d8dbf7 (patch)
tree1ed3e7b5d9f9187a0fd195993eb1a1f69b864292 /main/nginx/sysguard.patch
parent3c979daea8b4edb2efde9199fe3ef7b4bb31f916 (diff)
downloadaports-e07695e1581744e63bd459f7fa827f51c4d8dbf7.tar.bz2
aports-e07695e1581744e63bd459f7fa827f51c4d8dbf7.tar.xz
main/nginx: add all modules from testing/nginx-naxsi
- added modules: naxsi, cache_purge, upstream-fair, sysguard - remade dynamic modules definition - upgrade modules nchan to 1.1.2 rtmp to 1.1.11 naxsi to 0.55.3 - add checkconfig to init script - cleaned and improved APKBUILD
Diffstat (limited to 'main/nginx/sysguard.patch')
-rw-r--r--main/nginx/sysguard.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/main/nginx/sysguard.patch b/main/nginx/sysguard.patch
new file mode 100644
index 0000000000..be8b0d2ee4
--- /dev/null
+++ b/main/nginx/sysguard.patch
@@ -0,0 +1,10 @@
+--- a/src/http/ngx_http_request.h
++++ b/src/http/ngx_http_request.h
+@@ -498,6 +498,7 @@
+ */
+ unsigned limit_conn_set:1;
+ unsigned limit_req_set:1;
++ unsigned sysguard_set:1;
+
+ #if 0
+ unsigned cacheable:1;