mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 14:58:20 +00:00
add full path debug log in try_files
This commit is contained in:
parent
e018a9c6ef
commit
c7ce3a99bc
1 changed files with 2 additions and 2 deletions
|
|
@ -1134,8 +1134,8 @@ ngx_http_core_try_files_phase(ngx_http_request_t *r,
|
|||
|
||||
tf++;
|
||||
|
||||
ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
|
||||
"try to use file: \"%s\"", name);
|
||||
ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
|
||||
"try to use file: \"%s\" \"%s\"", name, path.data);
|
||||
|
||||
if (tf->lengths == NULL && tf->name.len == 0) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue