mirror of
https://github.com/nginx/nginx.git
synced 2026-06-26 20:01:45 +00:00
fix request counter handling for try_files, introduced in r3050
This commit is contained in:
parent
bfff03406d
commit
fb30a18045
1 changed files with 1 additions and 0 deletions
|
|
@ -1215,6 +1215,7 @@ ngx_http_core_try_files_phase(ngx_http_request_t *r,
|
|||
(void) ngx_http_internal_redirect(r, &path, &args);
|
||||
}
|
||||
|
||||
ngx_http_finalize_request(r, NGX_DONE);
|
||||
return NGX_OK;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue