aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_try_files_module.c
Commit message (Collapse)AuthorAge
* Precontent phase.Roman Arutyunyan2017-07-20
The phase is added instead of the try_files phase. Unlike the old phase, the new one supports registering multiple handlers. The try_files implementation is moved to a separate ngx_http_try_files_module, which now registers a precontent phase handler.