aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/lexparse.c
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-11-08 03:31:54 +0000
committerLaurent Bercot <ska@appnovation.com>2023-11-08 03:31:54 +0000
commit0cab505405d61922e07096f97159838584d3787d (patch)
treefbec9a665cda492949d5f44b46f7e20e0ef6b483 /src/config/lexparse.c
parent4eda14316376fb1e657ac2da269533e2422d2399 (diff)
downloadtipidee-0cab505405d61922e07096f97159838584d3787d.tar.gz
Prepare for 0.0.2.0. Add global executable_means_cgi config directive.
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/config/lexparse.c')
-rw-r--r--src/config/lexparse.c3
1 files changed, 2 insertions, 1 deletions
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 },