summaryrefslogtreecommitdiff
path: root/example.conf
diff options
context:
space:
mode:
Diffstat (limited to 'example.conf')
-rw-r--r--example.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/example.conf b/example.conf
index 66b39fb..070805e 100644
--- a/example.conf
+++ b/example.conf
@@ -105,8 +105,8 @@ 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 an authentication to pass.
- cgi ~/public_gemini/cgi-bin/private at /~/cgi-bin/private auth private_gemini
+ # "static", "cgi", and "git" directives support an "auth <name>" modifier which requires an authentication to pass.
+ cgi ~/public_gemini/cgi-bin/private at /~/cgi-bin/private with auth private_gemini
# The "templates" modifier can be used on "git" directives and provide a directory with template files in it.
# These can be used to customize the presentation of git repositories.