Try autoindex.
This commit is contained in:
parent
bcf821dc58
commit
0e09798982
@ -32,6 +32,7 @@ http {
|
|||||||
|
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ =404;
|
try_files $uri $uri/ =404;
|
||||||
|
autoindex on;
|
||||||
|
|
||||||
index index.html index.htm;
|
index index.html index.htm;
|
||||||
if (-d $request_filename) {
|
if (-d $request_filename) {
|
||||||
|
Loading…
Reference in New Issue
Block a user