From cde3c8f231327da9470da6ad0525d6e49eeae45e Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Thu, 17 Feb 2022 20:09:00 +0330 Subject: fix --- terminaldweller.com/cargo/nginx.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'terminaldweller.com') diff --git a/terminaldweller.com/cargo/nginx.conf b/terminaldweller.com/cargo/nginx.conf index ce48c85..d65508d 100644 --- a/terminaldweller.com/cargo/nginx.conf +++ b/terminaldweller.com/cargo/nginx.conf @@ -14,6 +14,9 @@ http { location / { root /cargo; + autoindex on; + autoindex_localtime on; + autoindex_exact_size on; } } } -- cgit v1.2.3