From f02ca9944c797b5535fcc665a22cd76d56d919f8 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sat, 24 Aug 2019 13:58:11 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e53e217..15e6c68 100644 --- a/README.md +++ b/README.md @@ -95,8 +95,8 @@ Jetforce serves files from the ``/var/gemini/`` directory by default: - Files with the **.gmi** extension will be interpreted as *text/gemini*. - Other files will have their *mimetype* guessed based on their file extension. -- Directories will look for a file with the name **index.gmi**. If that file does - not exist, a directory listing will be automatically generated to return. +- Directories will look for a file with the name **index.gmi**. +- If an index file does not exist, a directory file listing will be generated. There is not currently any support for CGI scripts. This feature might be added in a future version.