weixin共1篇
nginx系列更新:location匹配规则-编程社

nginx系列更新:location匹配规则

Location 基础知识: 概念: 我们可以通过配置Location指令块,来决定客户端发过来的请求URI如何处理。 语法: Syntax: location [ = | ~ | ~* | ^~ ] uri { ... } location @name { ... } Defa...
清欢渡的头像-编程社钻石会员清欢渡9个月前
052595