Skip to content

Commit

Permalink
Update rdoc syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Feb 7, 2011
1 parent f3423b1 commit 1563e73
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ Where the jenkins_login recipe is simply:
* jenkins[:node][:ssh_pass] - SSH slave password (not required when server is installed via default recipe)
* jenkins[:node][:ssh_private_key] - jenkins master defaults to: `~/.ssh/id_rsa` (created by the default recipe)
* jenkins[:node][:jvm_options] - SSH slave JVM options
* jenkins[:iptables_allow] - if iptables is enabled, add a rule passing `jenkins[:server][:port]`
* jenkins[:nginx][:proxy] - use nginx to proxy traffic to jenkins backend (`"disable"` by default)
* jenkins[:nginx][:www_redirect] - add a redirect rule for `www.*` URL requests (`"disable"` by default)
* jenkins[:nginx][:listen_ports] - list of HTTP ports for nginx to listen on (`[80]` by default)
* jenkins[:nginx][:host_name] - primary vhost name for nginx to respond to (`"_"` by default)
* jenkins[:iptables_allow] - if iptables is enabled, add a rule passing 'jenkins[:server][:port]'
* jenkins[:nginx][:proxy] - use nginx to proxy traffic to jenkins backend ("disable" by default)
* jenkins[:nginx][:www_redirect] - add a redirect rule for 'www.*' URL requests ("disable" by default)
* jenkins[:nginx][:listen_ports] - list of HTTP ports for nginx to listen on ([80] by default)
* jenkins[:nginx][:host_name] - primary vhost name for nginx to respond to ("_" by default)
* jenkins[:nginx][:host_aliases] - optional list of other host aliases to respond to (empty by default)
* jenkins[:nginx][:client_max_body_size] - max client upload size (`"1024m"` by default)
* jenkins[:nginx][:client_max_body_size] - max client upload size ("1024m" by default)

= USAGE:

Expand Down

0 comments on commit 1563e73

Please sign in to comment.