aboutsummaryrefslogtreecommitdiff
path: root/lex.l
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-02-07 12:05:32 +0000
committerOmar Polo <op@omarpolo.com>2021-02-07 12:05:32 +0000
commita709ddf5eb71e90a66cfd02bdaa9116c7f7ec3d6 (patch)
treeade6ebea924b8fe32bfe9d0fff964fe4a64e2db7 /lex.l
parentcfb8a77fd4e7addd5486d68419bb44fd80b63e3b (diff)
added prefork option
Diffstat (limited to 'lex.l')
-rw-r--r--lex.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/lex.l b/lex.l
index 8f233fb..abfced4 100644
--- a/lex.l
+++ b/lex.l
@@ -60,6 +60,7 @@ type return TTYPE;
chroot return TCHROOT;
user return TUSER;
server return TSERVER;
+prefork return TPREFORK;
location return TLOCATION;
cert return TCERT;