Latest update - 9224
This commit is contained in:
@@ -631,7 +631,7 @@ ngx_http_add_regex_referer(ngx_conf_t *cf, ngx_http_referer_conf_t *rlcf,
|
||||
#else
|
||||
|
||||
ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
|
||||
"the using of the regex \"%V\" requires PCRE library",
|
||||
"using regex \"%V\" requires PCRE library",
|
||||
name);
|
||||
|
||||
return NGX_ERROR;
|
||||
|
||||
@@ -2001,7 +2001,7 @@ ngx_http_ssi_regex_match(ngx_http_request_t *r, ngx_str_t *pattern,
|
||||
#else
|
||||
|
||||
ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
|
||||
"the using of the regex \"%V\" in SSI requires PCRE library",
|
||||
"using regex \"%V\" in SSI requires PCRE library",
|
||||
pattern);
|
||||
return NGX_HTTP_SSI_ERROR;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user