nginx目录权限访问

    location /logs/ { 
        alias /data/app/logs/; 
            autoindex on;  # 开启目录文件列表
            autoindex_exact_size on;  # 显示出文件的确切大小,单位是bytes
            autoindex_localtime on;  # 显示的文件时间为文件的服务器时间
            charset utf-8.gbk;  # 避免中文乱码
    }

 

posted @ 2022-11-04 14:28  太阳的阳ฅ  阅读(9)  评论(0)    收藏  举报