summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/ngx_http_try_files_module.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-07-20Precontent phase.Roman Arutyunyan1-0/+404
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.