Newer
Older
Beautiful_listing / nginx_2.0 / nginx.conf
@Andrew Molchanov Andrew Molchanov on 30 Apr 2020 207 bytes Added a new version of the template
location / {
	fancyindex on;
	fancyindex_header "/.html/header.html";
	fancyindex_footer "/.html/footer.html";
	fancyindex_show_path off;
	fancyindex_localtime on;
	fancyindex_time_format "%d.%m.%Y %H:%M";
}