aports/testing/nginx-naxsi/sysguard.patch
2016-08-22 01:02:44 +02:00

11 lines
326 B
Diff

--- 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;