about summary refs log tree commit homepage
path: root/examples/yahns_rack_basic.conf.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-11-05 21:12:42 +0000
committerEric Wong <normalperson@yhbt.net>2013-11-05 21:13:36 +0000
commitb664fa19e097d2bc7c930cd12df1e662827e57e3 (patch)
tree868c2578a506027db4c86929c991997a33105845 /examples/yahns_rack_basic.conf.rb
parent631a2bfc73f12c06e0e5071958176a2ef92c5e25 (diff)
downloadyahns-b664fa19e097d2bc7c930cd12df1e662827e57e3.tar.gz
Hopefully this makes things a little easier to pick up.
Diffstat (limited to 'examples/yahns_rack_basic.conf.rb')
-rw-r--r--examples/yahns_rack_basic.conf.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/yahns_rack_basic.conf.rb b/examples/yahns_rack_basic.conf.rb
index 3364587..12bbc99 100644
--- a/examples/yahns_rack_basic.conf.rb
+++ b/examples/yahns_rack_basic.conf.rb
@@ -2,6 +2,8 @@
 # related or neighboring rights to this examples
 # A typical Rack example for hosting a single Rack application with yahns
 # and only frequently-useful config values
+#
+# See yahns_config(5) manpage for more information
 
 worker_processes(1) do
   # these names are based on pthread_atfork(3) documentation