Nginx列目录文件

server {
                listen 80;
                server_name aaa.bbb.com;
                access_log logs/aaa.access.log combined;
                root /var/;
                location /css/ {
                        autoindex on;
                        autoindex_exact_size off;
                        autoindex_localtime on;
                }
}

 

posted @ 2021-11-27 09:10  盛世芳华  阅读(118)  评论(0编辑  收藏  举报