Nginx configuration: autoindex subdirectory - Stack Overflow
2018-06-05T11:11:32+02:00server {
[...]
location / {
autoindex on;
autoindex_exact_size off;
autoindex_localtime on;
}
[...]
}
— Permalink
[...]
location / {
autoindex on;
autoindex_exact_size off;
autoindex_localtime on;
}
[...]
}
— Permalink