fix: enable autoindex
This commit is contained in:
parent
60a18d2200
commit
891c883713
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ server {
|
||||||
}
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
autoindex on;
|
||||||
root /cdn_data;
|
root /cdn_data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue