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.
arags/nginx/Nginx.conf

8 lines
229 B
Plaintext
Raw Permalink Normal View History

2020-02-12 05:33:10 +00:00
location ~ ^(.*)/$ {
autoindex on;
autoindex_localtime on;
autoindex_exact_size off;
add_before_body /.autoindex/header.html;
add_after_body /.autoindex/footer.html;
}