summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-05-17 16:21:38 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-05-17 16:27:40 +0100
commit2c62631d2ccb51dacc14c75553f134410c0b2b5f (patch)
tree0305813aceceb4c75c1269dd9b973c7d0998216f
parentee8748e6588b1e10831a0bd55c92125b319ec6d8 (diff)
downloaduserv-utils-2c62631d2ccb51dacc14c75553f134410c0b2b5f.tar.gz
www-cgi/: Document ?DEFAULTS environment filters
This feature was documented in the commit message, but not in the tree. Introduce a straight copy of the commit message from aa0bce91 "www-cgi: Introduce `?DEFAULTS' pattern to match the default set."" Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rw-r--r--www-cgi/README.custom-env-filter3
1 files changed, 3 insertions, 0 deletions
diff --git a/www-cgi/README.custom-env-filter b/www-cgi/README.custom-env-filter
index 245d071..5ebc1db 100644
--- a/www-cgi/README.custom-env-filter
+++ b/www-cgi/README.custom-env-filter
@@ -21,3 +21,6 @@ command-line options to CGI scripts from webservers, but pretty easy to
set environment variables; whereas it's hard to pass environment
variables to a service program in a Userv configuration file, but easy
to pass command-line arguments.
+
+
+www-cgi: Introduce `?DEFAULTS' pattern to match the default set.