Update README.md

This commit is contained in:
Michael Lazar 2019-08-24 14:11:17 -04:00 committed by GitHub
parent f02ca9944c
commit ce42822b23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ 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 an index file does not exist, a directory file listing will be generated.
- If an index file does not exist, a directory listing will be generated.
There is not currently any support for CGI scripts. This feature might be added
in a future version.