[高性能WEB服务NGINX部分]
---------------------[高性能WEB服务NGINX部分]--------------------->1. ngx_http_core_module模块: 定义位置路径-root(/默认)设置web资源的路径映射;用于指明请求的URL所对应的文档的目录路径,可用于http, server, location, if in location匹配优先级从高到低:=, ^~, ~/~*, 不带符号示例:server { location /admin/ { root /w..