From 45808dbc6dc1b90fa512add692252bc15760a214 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 26 Jun 2026 01:26:17 +0000 Subject: Add cgi_pass_authorization --- src/config/lexparse.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config/lexparse.c') diff --git a/src/config/lexparse.c b/src/config/lexparse.c index dd74e65..9bceb8e 100644 --- a/src/config/lexparse.c +++ b/src/config/lexparse.c @@ -116,6 +116,7 @@ static inline void parse_global (char const *s, size_t const *word, size_t n, md static char const *const globalkeys[] = { "XXX_no_translate", + "cgi_pass_authorization", "cgi_timeout", "executable_means_cgi", "max_cgi_body_length", -- cgit v1.3.1