mirror of
https://github.com/nginx/nginx.git
synced 2025-06-12 13:42:55 +08:00
fix the previous commit
This commit is contained in:
parent
6e884ba19a
commit
098d58ec83
@ -1222,7 +1222,7 @@ ngx_http_core_try_files_phase(ngx_http_request_t *r,
|
|||||||
|
|
||||||
tf++;
|
tf++;
|
||||||
|
|
||||||
ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
|
ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
|
||||||
"try to use %s: \"%s\" \"%s\"",
|
"try to use %s: \"%s\" \"%s\"",
|
||||||
test_dir ? "dir" : "file", name, path.data);
|
test_dir ? "dir" : "file", name, path.data);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user