Skip to content

wilbert-vb/fancyindex-theme-topbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

fancyindex-theme-topbar

Add the following location to your Nginx server config:

location / {
	fancyindex on ;
	fancyindex_exact_size off ;
	fancyindex_localtime on ;
	fancyindex_default_sort name ;
	fancyindex_directories_first on ;
	fancyindex_footer /theme/footer.html ;
	fancyindex_header /theme/header.html ;
	fancyindex_hide_parent_dir on ;
	fancyindex_ignore favicon.ico scripts styles ;
	fancyindex_show_path off ;
	fancyindex_time_format "%b %d %Y" ;
	}
	
location /theme {
	alias /${YOURPATH}/fancyindex-theme-topbar ;
	}
}

About

fancyindex-theme for Nginx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages