about summary refs log tree commit homepage
path: root/examples/yahns_rack_basic.conf.rb
diff options
context:
space:
mode:
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