From 0e097989826c8ed98a06bdab5c520539b3a21819 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sat, 19 Oct 2024 18:08:37 -0400 Subject: [PATCH] Try autoindex. --- docker/server/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/server/nginx.conf b/docker/server/nginx.conf index 8281478..229bb4a 100644 --- a/docker/server/nginx.conf +++ b/docker/server/nginx.conf @@ -32,6 +32,7 @@ http { location / { try_files $uri $uri/ =404; + autoindex on; index index.html index.htm; if (-d $request_filename) {