example.conf comment fix

This commit is contained in:
tjpcc 2023-10-10 18:20:23 -06:00
parent f5478f396d
commit 04450c5f1d
1 changed files with 1 additions and 1 deletions

View File

@ -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.