From 1a3ec70d3f0b7d62e570f3b85aa7e0e034a2cc7b Mon Sep 17 00:00:00 2001 From: tjpcc Date: Tue, 31 Oct 2023 11:11:53 -0600 Subject: move 'auth' to a modifier fixes #12 --- example.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example.conf') 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 " 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 " 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. -- cgit v1.2.3