mirror of
https://github.com/nginx/nginx.git
synced 2024-12-05 06:19:01 +08:00
fix request counter handling for try_files, introduced in r3050
This commit is contained in:
parent
bfff03406d
commit
fb30a18045
@ -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…
Reference in New Issue
Block a user