Configuration
location ^~ /download/
{
alias /data/
;
charset utf-8
;
autoindex on
;
autoindex_exact_size on
;
autoindex_localtime on
;
}
Permission Denied:
check user in the nginx.conf
check SELinux
getenforce
setenforce Permissive
nginx配置访问密码
https://blog.csdn.net/dream8062/article/details/78416234