nginx-config 0.13.2

A parser, AST and formatter for nginx configuration files.
Documentation
1
2
3
4
5
6
7
8
9
10
error_log /tmp/file;
error_log /tmp/$server_name.log;
error_log my.log debug;
error_log my.log info;
error_log my.log notice;
error_log my.log warn;
error_log my.log error;
error_log my.log crit;
error_log my.log alert;
error_log my.log emerg;