Try autoindex.

This commit is contained in:
Tom Alexander 2024-10-19 18:08:37 -04:00
parent bcf821dc58
commit 0e09798982
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

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