add missing token include to the list of tokens

This commit is contained in:
Omar Polo 2022-02-26 13:49:24 +00:00
parent d98ae929b2
commit 88971f9a4e
1 changed files with 1 additions and 0 deletions

View File

@ -480,6 +480,7 @@ static struct keyword {
{"env", ENV},
{"fastcgi", FASTCGI},
{"for-host", FOR_HOST},
{"include", INCLUDE},
{"index", INDEX},
{"ipv6", IPV6},
{"key", KEY},