diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-12-15 10:35:41 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2023-12-15 10:35:41 +0000 |
| commit | d2959364ef8d6bc948474a8facf497788b4e768b (patch) | |
| tree | e1459c1c94e9b7556c21c0b43d7144a162601b0a /src/config/lexparse.c | |
| parent | 66844097454a8f2b4eddec64d4f276602c4cdd3a (diff) | |
| download | tipidee-d2959364ef8d6bc948474a8facf497788b4e768b.tar.gz | |
Prepare for 0.0.3.0; add XXX_no_translate
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/config/lexparse.c')
| -rw-r--r-- | src/config/lexparse.c | 1 |
1 files changed, 1 insertions, 0 deletions
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", |
