diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-03-17 11:12:13 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-03-17 11:12:13 +0000 |
commit | 04536519eed1f9cb6de75f3af808f549fc87e8fc (patch) | |
tree | 5ed6cc4087dcf8f43a03c5d7f9478ef0be71582b /main/nginx/sysguard.patch | |
parent | 1a9be35ea7d345147de8a5a140faac42eb4952af (diff) | |
download | aports-04536519eed1f9cb6de75f3af808f549fc87e8fc.tar.bz2 aports-04536519eed1f9cb6de75f3af808f549fc87e8fc.tar.xz |
Revert "main/nginx: add all modules from testing/nginx-naxsi"
This reverts commit e07695e1581744e63bd459f7fa827f51c4d8dbf7.
Diffstat (limited to 'main/nginx/sysguard.patch')
-rw-r--r-- | main/nginx/sysguard.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/main/nginx/sysguard.patch b/main/nginx/sysguard.patch deleted file mode 100644 index be8b0d2ee4..0000000000 --- a/main/nginx/sysguard.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- 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; |