We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a3b1ea commit c927234Copy full SHA for c927234
Readme.md
@@ -5,7 +5,7 @@ Takes an nginx file and turns it into json
5
### For example to search for any proxy header of ldap
6
7
```
8
- go get -v github.com/rotem-cider/nginx-jq@21b292fc
+ go get -v github.com/rotem-cider/nginx-jq
9
wget https://raw.githubusercontent.com/rotem-cider/nginx-jq/main/tests/nginx.conf
10
./nginx-jq nginx.conf | jq -r ".. | (select(.Name==\"proxy_set_header\"))? | select(.Parameters[0] | startswith(\"X-Ldap\")) | [.Parameters[0], .Parameters[1]] | @csv"
11
go.mod
@@ -1,5 +1,5 @@
1
module github.com/rotem-cider/nginx-jq
2
3
-go 1.17
+go 1.16
4
require github.com/tufanbarisyildirim/gonginx v0.0.0-20210817111223-7fdce97d53d6
0 commit comments