__________________________________
nginx/0.8.54
New here? I'm Roha — want a quick tour?
A semicolon is missing in the line
eh1p = 1
Added 3 minutes later
and the same issue occurs in subsequent functions.
lua doesn't care whether there's a semicolon or not.
Remove the "end" before "else" in ALL functions.
So, does it still produce the same error, even after the fix?