diff options
| author | tjpcc <tjp@ctrl-c.club> | 2023-10-10 18:20:23 -0600 |
|---|---|---|
| committer | tjpcc <tjp@ctrl-c.club> | 2023-10-10 18:20:23 -0600 |
| commit | 04450c5f1d5fb04e95b614116fa2987ae98a8a12 (patch) | |
| tree | fddd0ff8566f1462184795904f41cd51794df4c0 | |
| parent | f5478f396d6a15f29dee3915132af99e84716f4a (diff) | |
example.conf comment fix
| -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. |
