This repository has been archived on 2022-12-28. You can view files and clone it, but cannot push or open issues or pull requests.
InkerMirror/nginx/Nginx.conf
Yuncraft 41148ff70e First update
First update
2019-08-09 20:13:22 +08:00

8 lines
229 B
Plaintext

location ~ ^(.*)/$ {
autoindex on;
autoindex_localtime on;
autoindex_exact_size off;
add_before_body /.autoindex/header.html;
add_after_body /.autoindex/footer.html;
}