From 0cab505405d61922e07096f97159838584d3787d Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 8 Nov 2023 03:31:54 +0000 Subject: Prepare for 0.0.2.0. Add global executable_means_cgi config directive. Signed-off-by: Laurent Bercot --- src/config/lexparse.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/config/lexparse.c') diff --git a/src/config/lexparse.c b/src/config/lexparse.c index afd22a5..799b17f 100644 --- a/src/config/lexparse.c +++ b/src/config/lexparse.c @@ -98,6 +98,7 @@ static inline void parse_global (char const *s, size_t const *word, size_t n, md static char const *const globalkeys[] = { "cgi_timeout", + "executable_means_cgi", "max_cgi_body_length", "max_request_body_length", "read_timeout", @@ -536,7 +537,7 @@ static inline char next (buffer *b, mdt const *md) void conf_lexparse (buffer *b, char const *ifile) { - static uint8_t const table[4][5] = /* see PARSING.txt */ + static uint8_t const table[4][5] = /* see PARSING-config.txt */ { { 0x04, 0x02, 0x01, 0x80, 0x33 }, { 0x04, 0x01, 0x01, 0x80, 0x01 }, -- cgit v1.3.1