fix: enable autoindex

This commit is contained in:
Strix 2023-12-13 11:39:33 +01:00
parent 60a18d2200
commit 891c883713
No known key found for this signature in database
GPG key ID: 5F35B3B8537287A7

View file

@ -25,6 +25,7 @@ server {
}
location / {
autoindex on;
root /cdn_data;
}