commit 3d56cb53361a531d410d116cbc752e07d20dfa05 from: Omar Polo date: Sun Jul 23 19:11:09 2023 UTC fix a reduce/reduce conflict location -> error and locopt -> fastcgi -> error both end up with a optnl that can be reduced to the empty string. commit - 60f4107da6ed88a34867cdcbf63794b5dc039f94 commit + 3d56cb53361a531d410d116cbc752e07d20dfa05 blob - c5f535fff91dba7860145dbb76eeb7bddc4ac7e6 blob + 479c094fcd564cd9c1d5a60a456c3cd20fb51160 --- parse.y +++ parse.y @@ -501,7 +501,6 @@ fastcgi : FASTCGI '{' optnl fastcgiopts '}' loc->fcgi = fastcgi_conf($2, NULL); free($2); } - | error '}' ; fastcgiopts : /* empty */