摘要: 1.Nginx 的 location 是定位的意思: a) location = /uri =开头表示精确匹配,只有完全匹配上才能生效。 location ^~ /uri ^~ 开头对URL路径进行前缀匹配,并且在正则之前。 location ~ pattern ~开头表示区分大小写的正则匹配。 l 阅读全文
posted @ 2018-05-31 08:45 Jackey-fighting 阅读(226) 评论(0) 推荐(0) 编辑