update readme for nginx parser
This commit is contained in:
parent
c27ab45bc2
commit
d88b053dc5
|
@ -118,10 +118,7 @@ Configuration files can be written according to some standards or application-sp
|
|||
|
||||
> not consistent ; overriding a toml file with this can mess with comments and duplicate sections. Also there is type inference to do (strings are surrounded with `"`, there is `true`, `false`, etc)
|
||||
|
||||
- [nginx configurations](https://docs.nginx.com/nginx/admin-guide/basic-functionality/managing-configuration-files/) with [lytics/confl](https://github.com/lytics/confl).
|
||||
|
||||
> for now it does not work with real nginx configuration files ; must create my own driver to keep syntax and comments in place
|
||||
|
||||
- [nginx configurations](https://docs.nginx.com/nginx/admin-guide/basic-functionality/managing-configuration-files/) with [my own library](https://godoc.org/git.xdrm.io/go/nix-amer/internal/cnf/parser/nginx).
|
||||
- _and more to come..._
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue