commit 88971f9a4e71c199c28fac3a1e9ccf39f44279f1 from: Omar Polo date: Sat Feb 26 13:49:24 2022 UTC add missing token include to the list of tokens commit - d98ae929b23af35e2e837c97b5c20559f48d584b commit + 88971f9a4e71c199c28fac3a1e9ccf39f44279f1 blob - c25f384884f85367151602abcf7ffe7cf648b2c1 blob + 277372063b5c9e4c49479f3b4cf70f482053676c --- parse.y +++ parse.y @@ -480,6 +480,7 @@ static struct keyword { {"env", ENV}, {"fastcgi", FASTCGI}, {"for-host", FOR_HOST}, + {"include", INCLUDE}, {"index", INDEX}, {"ipv6", IPV6}, {"key", KEY},