We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looks like ${var} can break the parser.
> Hi @pksml85 can I have your example config file to improve [gonginx](https://github.com/tufanbarisyildirim/gonginx)?
Hi @tufanbarisyildirim. Sorry for the delay... but here is the example. GoNginx destroys my location blocks.
Here is my original config code and here is the mangled code from GoNginx
Originally posted by @pksml85 in 0xJacky/nginx-ui#73 (comment)
The text was updated successfully, but these errors were encountered:
I think a good plan could be something like;
Parameter
Sorry, something went wrong.
I think a good plan could be something like; Separate keywords & vars during the lexing instead of scanning all in 1 keyword Define a Parameter (at same level with Directive) statement in parser and encapsulate all tokens that creates the parameter.
instead, changed the way we read a keyword, now token.Variable is useless and we need another PR to clean it up.
tufanbarisyildirim
No branches or pull requests
Looks like ${var} can break the parser.
Hi @tufanbarisyildirim. Sorry for the delay... but here is the example. GoNginx destroys my location blocks.
Here is my original config code and here is the mangled code from GoNginx
Originally posted by @pksml85 in 0xJacky/nginx-ui#73 (comment)
The text was updated successfully, but these errors were encountered: