File tree Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,6 @@ if test -n "$ngx_module_link"; then
121
121
$ngx_addon_dir /src/ngx_http_modsecurity_header_filter.c \
122
122
$ngx_addon_dir /src/ngx_http_modsecurity_body_filter.c \
123
123
$ngx_addon_dir /src/ngx_http_modsecurity_log.c \
124
- $ngx_addon_dir /src/ngx_http_modsecurity_rewrite.c \
125
124
"
126
125
ngx_module_deps=" $ngx_addon_dir /src/ddebug.h \
127
126
$ngx_addon_dir /src/ngx_http_modsecurity_common.h \
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ ngx_http_modsecurity_access_handler(ngx_http_request_t *r)
65
65
}
66
66
*/
67
67
68
- dd ("catching a new _rewrite_ phase handler" );
68
+ dd ("catching a new _access_ phase handler" );
69
69
70
70
ctx = ngx_http_modsecurity_get_module_ctx (r );
71
71
Original file line number Diff line number Diff line change @@ -168,8 +168,4 @@ ngx_int_t ngx_http_modsecurity_log_handler(ngx_http_request_t *r);
168
168
/* ngx_http_modsecurity_access.c */
169
169
ngx_int_t ngx_http_modsecurity_access_handler (ngx_http_request_t * r );
170
170
171
- /* ngx_http_modsecurity_rewrite.c */
172
- ngx_int_t ngx_http_modsecurity_rewrite_handler (ngx_http_request_t * r );
173
-
174
-
175
171
#endif /* _NGX_HTTP_MODSECURITY_COMMON_H_INCLUDED_ */
You can’t perform that action at this time.
0 commit comments