Newer
Older
Beautiful_listing / nginx_fancyindex / nginx.conf
@Andrew Molchanov Andrew Molchanov on 17 Oct 2021 207 bytes Переименовал папку
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";
}