Skip to content

iseki0/nginx-index-awsl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nginx-index-awsl

nginx auto index template

location / {
    add_before_body /header.html;
    add_after_body /footer.html;
    charset utf-8;
    autoindex on;
    autoindex_exact_size on;
}

About

nginx auto index template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages