nginx-java-parser icon indicating copy to clipboard operation
nginx-java-parser copied to clipboard

parsing fail when the regexp include ;

Open tonnyp opened this issue 9 years ago • 0 comments

location ~* (^.+\.(xhtml)(;.?)){
    proxy_pass  http://server;
}

error mseeage

line 1:18 missing ')' at '('

tonnyp avatar Mar 22 '16 08:03 tonnyp