nginx-config 0.13.2

A parser, AST and formatter for nginx configuration files.
Documentation
1
2
3
4
5
6
7
return http://google.com;
return 302 /index.html;
return 303 /index.html;
return 200 "Okay, go!";
return 200 "{}";
return 429;
return $scheme://example.org/xxx;