public
Rubygem
Fork of defunkt/nginx_config_generator
Description: Generates nginx config files from YAML.
Homepage: http://errtheblog.com/posts/52-nginx-config-like-whoa
Clone URL: git://github.com/mattly/nginx_config_generator.git
Search Repo:
here we go, get this guy in shape
defunkt (author)
Tue Apr 24 02:19:25 -0700 2007
commit  e9f4c09b0e53bce838b62bd1bf2d9c2ca74da9ef
tree    f5f4ff3f6095df3e2d2267d797fce4d8819339d8
parent  105da636469486f881ddba01214d075f9b897d59
0
...
3
4
5
 
 
 
6
7
8
...
3
4
5
6
7
8
9
10
11
0
@@ -3,6 +3,9 @@ A work in progress. Check it: http://errtheblog.com/post/#
0
 Use it:
0
   $ generate_nginx_config nginx_config.yml /etc/nginx.conf
0
 
0
+See an example config file:
0
+ $ generate_nginx_config --example
0
+
0
 You can set two environment variables:
0
   - NGINX_CONFIG_YAML to specify the YAML config file
0
   - NGINX_CONFIG_FILE to specify the nginx config file

Comments

    No one has commented yet.