一.location匹配规则解析 1.默认"/"配置规则 server{ listen 90; # /后面在html目录下能够配置就可以直接访问到 location /{ root html; index index.html; } } 2.精确"="匹配 server{ listen