上传Nginx配置文件
This commit is contained in:
parent
4c3031df49
commit
f48fc257e3
8
nginx/Nginx.conf
Normal file
8
nginx/Nginx.conf
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user