diff options
author | gennyble <gen@nyble.dev> | 2025-04-04 04:42:24 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2025-04-04 04:42:24 -0500 |
commit | 6fdcda8781438644f80f8df1022a25014b2304a7 (patch) | |
tree | dbf2ebf58969a5c2f3dcc8983ae473004bdbfaac /README.md | |
parent | a5d0dd1653b564a56a224fe374503cb63c511cc1 (diff) | |
download | corgi-6fdcda8781438644f80f8df1022a25014b2304a7.tar.gz corgi-6fdcda8781438644f80f8df1022a25014b2304a7.zip |
meow
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 32c8f3d..ffa270b 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ Script <path-to-cgi-script> See [corgi.conf](corgi.conf) for the configuration I use with my cgit instance. -Scripts are tried in order, looking for one that matches. If none match, -the first script is ran. +Scripts are tried in order, looking for one that has a matching regex. If a +script does not have a regex, it is selected. If none match, 404 is returned. Sets the following environmental variables for the CGI script, many following [RFC 3875][rfc]: - **`GATEWAY_INTERFACE`** to the fixed value `CGI/1.1` |