nginx的location配置详解语法规则: location [=|~|~*|^~] /uri/ { … } = 开头表示精确匹配 ^~ 开头表示uri以某个常规...zhang sir2019-10-25nginx 阅读(216)赞(0)