Nginx允许显示网站目录文件列表

  • A+
所属分类:网站代码

根据个人需求,网站的某些目录是要去被允许显示目录文件列表的,比如下载文件的所在目录,在nginx下的配置如下:

location /目录路径 {
autoindex on;
autoindex_exact_size off;
autoindex_localtime on;
}

重启nginx生效
service nginx restart
或者使用
/usr/nginx/sbin/nginx -s reload

  • 加我微信
  • 微信扫一扫或手机上长按图片识别二维码
  • weinxin
  • (求赞赏)微信打赏
  • 微信扫一扫或手机上长按图片识别二维码
  • weinxin

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: