//雪花飘落特效 //右上角github跳转   

nginx 配置

autoindex on;
autoindex_exact_size on;
autoindex_localtime on;

server {
    listen       8081;
    server_name  localhost;

    location / {
         root   /var/www/html/test ;
                   }
}
nginx 访问目录location配置

 

posted @ 2020-12-18 11:03  农夫运维  阅读(63)  评论(0)    收藏  举报