9951 explained code solutions for 126 technologies


nginxUsing autoindex


server {
  location /files/ {
    autoindex on;
  }
}ctrl + c
server {

virtual server configuration block

location /files/ {

location will be triggered on all /files/... requests

autoindex on

enabled automatic directories and files listing from web