nginx location的"/"匹配模式如何配置

新手上路,请多包涵
location /xx {

            .....
    }

这里的location "/"后的 xx,是匹配 **xx.域名 还是 域名/xx?

阅读 1.8k