diff options
| author | terminaldweller <thabogre@gmail.com> | 2022-02-17 16:39:00 +0000 | 
|---|---|---|
| committer | terminaldweller <thabogre@gmail.com> | 2022-02-17 16:39:00 +0000 | 
| commit | cde3c8f231327da9470da6ad0525d6e49eeae45e (patch) | |
| tree | cd102716d25074bc8f7de692c01cbff0527f7d9e | |
| parent | fix (diff) | |
| download | scripts-cde3c8f231327da9470da6ad0525d6e49eeae45e.tar.gz scripts-cde3c8f231327da9470da6ad0525d6e49eeae45e.zip | |
fix
| -rw-r--r-- | terminaldweller.com/cargo/nginx.conf | 3 | 
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;      }    }  } | 
