diff --git a/nginx/Nginx.conf b/nginx/Nginx.conf new file mode 100644 index 0000000..83a1a5e --- /dev/null +++ b/nginx/Nginx.conf @@ -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; + } \ No newline at end of file