From d2959364ef8d6bc948474a8facf497788b4e768b Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 15 Dec 2023 10:35:41 +0000 Subject: Prepare for 0.0.3.0; add XXX_no_translate Signed-off-by: Laurent Bercot --- 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 99eeaa0..d5fcf6d 100644 --- a/src/config/lexparse.c +++ b/src/config/lexparse.c @@ -97,6 +97,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_timeout", "executable_means_cgi", "max_cgi_body_length", -- cgit v1.3.1