Skip to content

Commit 0d9a583

Browse files
authored
Cleanup
1 parent 1db43b1 commit 0d9a583

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ if test -n "$ngx_module_link"; then
121121
$ngx_addon_dir/src/ngx_http_modsecurity_header_filter.c \
122122
$ngx_addon_dir/src/ngx_http_modsecurity_body_filter.c \
123123
$ngx_addon_dir/src/ngx_http_modsecurity_log.c \
124-
$ngx_addon_dir/src/ngx_http_modsecurity_rewrite.c \
125124
"
126125
ngx_module_deps="$ngx_addon_dir/src/ddebug.h \
127126
$ngx_addon_dir/src/ngx_http_modsecurity_common.h \

src/ngx_http_modsecurity_access.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ ngx_http_modsecurity_access_handler(ngx_http_request_t *r)
6565
}
6666
*/
6767

68-
dd("catching a new _rewrite_ phase handler");
68+
dd("catching a new _access_ phase handler");
6969

7070
ctx = ngx_http_modsecurity_get_module_ctx(r);
7171

src/ngx_http_modsecurity_common.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,4 @@ ngx_int_t ngx_http_modsecurity_log_handler(ngx_http_request_t *r);
168168
/* ngx_http_modsecurity_access.c */
169169
ngx_int_t ngx_http_modsecurity_access_handler(ngx_http_request_t *r);
170170

171-
/* ngx_http_modsecurity_rewrite.c */
172-
ngx_int_t ngx_http_modsecurity_rewrite_handler(ngx_http_request_t *r);
173-
174-
175171
#endif /* _NGX_HTTP_MODSECURITY_COMMON_H_INCLUDED_ */

0 commit comments

Comments
 (0)