diff options
Diffstat (limited to 'example.conf')
| -rw-r--r-- | example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example.conf b/example.conf index 0a8f3e0..66b39fb 100644 --- a/example.conf +++ b/example.conf @@ -105,7 +105,7 @@ gemini 0.0.0.0:1965 { static ~/public_gemini at /~ with dirdefault index.gmi, dirlist, exec, autoatom, titan private_gemini cgi ~/public_gemini/cgi-bin at /~/cgi-bin - # "static", "cgi", and "git" directives support an "auth <name>" clause which requires that an authentication to pass. + # "static", "cgi", and "git" directives support an "auth <name>" clause which requires an authentication to pass. cgi ~/public_gemini/cgi-bin/private at /~/cgi-bin/private auth private_gemini # The "templates" modifier can be used on "git" directives and provide a directory with template files in it. |
