×
HTML5 replacement for default Nginx Autoindex directory browser. Zero dependencies other then few standard Nginx modules, no backend scripts nor apps.
Missing: gbv= | Show results with:gbv=
Jan 2, 2013 · I've enabled the autoindex feature in Nginx and created a dummy index.html file inside the document root. Now my question: is it possible for ...
Missing: gbv= | Show results with:gbv=
The ngx_http_autoindex_module module processes requests ending with the slash character (' / ') and produces a directory listing.
Missing: gbv= 1
Jul 20, 2014 · Using nginx/1.4.1 with OpenBSD 5.4, 64bit: ... autoindex on; autoindex_format json ... They do not store directly personal information, but are ...
People also ask
Enables or disables automatic directory listing for directories missing an index page. Syntax: on or off. autoindex_exact_size. Context: http , server , ...
Sep 9, 2023 · Now, let's talk about how Nginx can be used for indexing files. Its autoindex functionality and additional fancyindex module allow us to easily ...
Serves directory contents and file info for a given path in JSON format. Output adheres to the NGINX json autoindex format. Supports very large folders with ...
Aug 9, 2019 · We have directory and we need to show index only for specific IP's. Nginx config based on small nginx config. ? 1. 2. 3. 4. 5. 6. 7. 8. 9. 10.
Jan 31, 2024 · Here are some methods to obtain sorting by date: 1. Method 1: To sort files by date, we can modify the behavior of autoindexing using a third- ...