aboutsummaryrefslogtreecommitdiffstats
path: root/community/nginx-naxsi/sysguard.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/nginx-naxsi/sysguard.patch')
-rw-r--r--community/nginx-naxsi/sysguard.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/nginx-naxsi/sysguard.patch b/community/nginx-naxsi/sysguard.patch
new file mode 100644
index 0000000000..be8b0d2ee4
--- /dev/null
+++ b/community/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;