Nginx location段root和alias区别

首先root块: nginx的配置文件如下: 1 2 3 4 5 6 7 8 9 10 11 12 [[email protected] www] # cat /etc/nginx/conf.d/admin.conf  server {      listen 80;      server_name _;      index  index.html index.php;      locati
相关文章
相关标签/搜索