diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-22 01:02:44 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-22 01:02:44 +0200 |
commit | 8771b30c587eb4c45897776e828f9d341e11b6cd (patch) | |
tree | 492408bc617fa3ac24c699f89bac16dd60fd8bab /testing/nginx-naxsi/sysguard.patch | |
parent | f9f49226435938460057fad7e69efe7cd7754043 (diff) | |
download | aports-8771b30c587eb4c45897776e828f9d341e11b6cd.tar.bz2 aports-8771b30c587eb4c45897776e828f9d341e11b6cd.tar.xz |
community/nginx-naxsi: move back to testing
Diffstat (limited to 'testing/nginx-naxsi/sysguard.patch')
-rw-r--r-- | testing/nginx-naxsi/sysguard.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/nginx-naxsi/sysguard.patch b/testing/nginx-naxsi/sysguard.patch new file mode 100644 index 0000000000..be8b0d2ee4 --- /dev/null +++ b/testing/nginx-naxsi/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; |