Step 1: 进入Nginx所在的文件夹 执行命令: cd /opt/apps/nginx/conf
Step 2: 编辑Nginx的配置文件 执行命令:vi nginx.conf
Step 3: 修改http里面的server属性 location / { root /mnt/; autoindex on; }
Step 4: 执行命令: ./sbin/nginx
Step 5: 打开网页查看:http://192.168.80.11:80