aboutsummaryrefslogtreecommitdiffstats
path: root/terminaldweller.com
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-02-17 16:39:00 +0000
committerterminaldweller <thabogre@gmail.com>2022-02-17 16:39:00 +0000
commitcde3c8f231327da9470da6ad0525d6e49eeae45e (patch)
treecd102716d25074bc8f7de692c01cbff0527f7d9e /terminaldweller.com
parentfix (diff)
downloadscripts-cde3c8f231327da9470da6ad0525d6e49eeae45e.tar.gz
scripts-cde3c8f231327da9470da6ad0525d6e49eeae45e.zip
fix
Diffstat (limited to 'terminaldweller.com')
-rw-r--r--terminaldweller.com/cargo/nginx.conf3
1 files changed, 3 insertions, 0 deletions
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;
}
}
}