Skip to content

tosih/indexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

indexer

Default index listing for NGINX. Simpler h5ai alternative.

Installation

  • Clone this repo to wherever you want
  • Link the indexer to somewhere accessible by your web server
ln -s /full/path/to/indexer /path/to/www/root/[custom-folder]
nginx.conf:
    ...
    location /files {
        autoindex on;
        index index.php index.html /indexer/index.php;
        try_files $uri $uri/ =404;
    }
    ...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages