Fix configuration option name typo in README. Thanks, acdw! Closes #11.
This commit is contained in:
parent
62b22a9471
commit
b26fb875a7
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ examples of the appropriate syntax.
|
||||||
regexs and values are MIME types. If the path of a file which is
|
regexs and values are MIME types. If the path of a file which is
|
||||||
about to be served matches one the regexs, the corresponding MIME type
|
about to be served matches one the regexs, the corresponding MIME type
|
||||||
will be used instead of one inferred from the filename extension.
|
will be used instead of one inferred from the filename extension.
|
||||||
* `DefaultLanguage`: If this option is set, it will be served as the
|
* `DefaultLang`: If this option is set, it will be served as the
|
||||||
`lang` parameter of the MIME type for all `text/gemini` content.
|
`lang` parameter of the MIME type for all `text/gemini` content.
|
||||||
|
|
||||||
### Directory listings
|
### Directory listings
|
||||||
|
|
Loading…
Reference in a new issue