上传Nginx配置文件

This commit is contained in:
Bigsk 2020-02-12 13:33:10 +08:00 committed by Gitee
parent 4c3031df49
commit f48fc257e3

8
nginx/Nginx.conf Normal file
View File

@ -0,0 +1,8 @@
location ~ ^(.*)/$ {
autoindex on;
autoindex_localtime on;
autoindex_exact_size off;
add_before_body /.autoindex/header.html;
add_after_body /.autoindex/footer.html;
}