×
The ngx_http_autoindex_module module processes requests ending with the slash character (' / ') and produces a directory listing.
Missing: q= sca_esv% 3D6512afbb6cf57869
Nov 24, 2021 · What I want to do is, whenever I enter the domain name, it will show the list of folders; and, whenever I enter the folder, it will serve the ...
Missing: sca_esv% 3D6512afbb6cf57869
Jan 8, 2012 · I am trying to set up nginx so that a certain url produces the directory index of a certain directory on my server. Currently this is what my ...
Missing: sca_esv% 3D6512afbb6cf57869
A "fancier" autoindex for nginx without the fancy index module. To install, place the autoindex folder into the root directory and use copy the nginx.example.
Missing: q= sca_esv% 3D6512afbb6cf57869
May 19, 2012 · You should try ngx_http_autoindex_module. Set autoindex option to on . It is off by default. Your example configuration should be ok
Missing: sca_esv% 3D6512afbb6cf57869
Jan 27, 2022 · server { # listen directives etc... root /path/to/web/root/dir; # Autoindex only shows when nginx can't file its own index files index xxx; ...
Missing: sca_esv% 3D6512afbb6cf57869
Apr 6, 2023 · I served a data path using auto-index, within it there is a directory with a LOT of files (I have a directory with 1228240 files on btrfs).
Missing: sca_esv% 3D6512afbb6cf57869
People also ask
A branch of nginx:latest with autoindex on. Serves all files in /usr/share/nginx/html. nginx:latest. location / { root /usr/share/nginx/html; ...
Missing: q= sca_esv% 3D6512afbb6cf57869