1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-16 12:45:18 +03:00
aports/testing/nginx-naxsi/sysguard.patch
2016-08-22 01:02:44 +02:00

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