Skip to content

Nginx 自动列出文件

Published: at 10:21 AMSuggest Changes
location /somedirectory/ {
    autoindex on;
}

参考文章


Previous Post
Linux 查看运行进程
Next Post
CDN 跨域访问 403 错误排查