主要应用场景:访问nginx不同目录下的静态资源。核心配置代码:
location /img/ { alias /home/software/nginx/html/img/; autoindex on; }