nginx 的precontent阶段的ngx_http_try_files_module模块与mirrors模块介绍

Posted rdchenxi

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nginx 的precontent阶段的ngx_http_try_files_module模块与mirrors模块介绍相关的知识,希望对你有一定的参考价值。

指令介绍

Syntax: try_files file ... uri;
try_files file ... =code;
Default: —
Context: server, location

  依次试图访问多个URI对应得文件(由root或者alias指令指定),当文件存在时直接返回内容,如果所有文件不存在,则按最后一个URL结果或者code返回

 

以上是关于nginx 的precontent阶段的ngx_http_try_files_module模块与mirrors模块介绍的主要内容,如果未能解决你的问题,请参考以下文章

nginx 定义的一些状态码

nginx 11个处理阶段 && nginx lua 8个处理阶段

Nginx Lua的执行阶段

Nginx处理请求的11个阶段

07《Nginx 入门教程》Nginx 的 Http 模块介绍(上)

nginx 处理请求的11个阶段详解!