什么是nginx location /? nginx location /是一段nginx配置中的location指令,它是匹配所有请求的默认地址,也可以理解为nginx的根目录。 如何配置nginx loc...