We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad8d64 commit 72711caCopy full SHA for 72711ca
src/ngx_http_modsecurity_module.c
@@ -587,7 +587,7 @@ ngx_http_modsecurity_init(ngx_conf_t *cf)
587
* TODO: check if hook into separated phases is the best thing to do.
588
*
589
*/
590
- h_access = ngx_array_push(&cmcf->phases[NGX_HTTP_CCESS_PHASE].handlers);
+ h_access = ngx_array_push(&cmcf->phases[NGX_HTTP_ACCESS_PHASE].handlers);
591
if (h_access == NULL)
592
{
593
dd("Not able to create a new NGX_HTTP_ACCESS_PHASE handle");
0 commit comments