nginx-config

Crates.ionginx-config
lib.rsnginx-config
version0.13.2
sourcesrc
created_at2018-03-23 16:18:38.854197
updated_at2018-08-15 14:31:41.783945
description A parser, AST and formatter for nginx configuration files.
homepagehttps://github.com/tailhook/nginx-config
repository
max_upload_size
id57102
size151,045
Paul Colomiets (tailhook)

documentation

https://docs.rs/nginx-config

README

Nginx Config Parser (unofficial)

Documentation | Github | Crate

A parser, formatter and AST for nginx configs.

The goal is to:

  1. Validate nginx config, including custom rules
  2. Validate partial configs like location or server directive
  3. Extract facts from nginx config, like domains served or upstream list
  4. Support simple config rewritings like replace variable with actual value
  5. Generate nginx configs

We're starting with small subset of the nginx directives. And we're unlikely be supporting all of the config in the nearest future. But PR's on additional directives are accepted.

Non-goals:

  • Being replacement for nginx -t

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 0

cargo fmt