Try autoindex.

This commit is contained in:
Tom Alexander
2024-10-19 18:08:37 -04:00
parent bcf821dc58
commit 0e09798982

View File

@@ -32,6 +32,7 @@ http {
location / {
try_files $uri $uri/ =404;
autoindex on;
index index.html index.htm;
if (-d $request_filename) {