Contents:
1 2 3 4 5 6
#1. 在server{}中添加如下 location /audio/ { root /root/; #对应的本地目录是/root/audio autoindex on; } #2. 把第一行改为user root;而不是user nginx;因为要访问/root