From f67b4493e337374fa3479c8b9965e690fe3ce8fc Mon Sep 17 00:00:00 2001 From: Daniel Savosin Date: Sun, 8 Sep 2024 19:44:42 +0700 Subject: [PATCH] add autoindex directive --- templates/default.conf.template | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/default.conf.template b/templates/default.conf.template index 5b2c24b..0852f9d 100644 --- a/templates/default.conf.template +++ b/templates/default.conf.template @@ -2,6 +2,7 @@ server { listen 80; location $LINK_PATH { + autoindex on; alias /opt/litterlink; index index.html; }