From 048a590c4dd76d2363b2644b6df70b4b857f170f Mon Sep 17 00:00:00 2001 From: YurySolovyov Date: Tue, 1 Dec 2015 19:35:23 +0300 Subject: [PATCH] Add additional JRuby keys explanation to config example --- examples/config.rb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/examples/config.rb b/examples/config.rb index b4de7929..fca5cfee 100644 --- a/examples/config.rb +++ b/examples/config.rb @@ -79,7 +79,13 @@ # Instead of "bind 'ssl://127.0.0.1:9292?key=path_to_key&cert=path_to_cert'" you # can also use the "ssl_bind" option. # -# ssl_bind '127.0.0.1', '9292', { key: path_to_key, cert: path_to_cert } +# ssl_bind '127.0.0.1', '9292', { +# key: path_to_key, +# cert: path_to_cert +# } +# for JRuby additional keys are required: +# keystore: path_to_keystore, +# keystore_pass: password # Code to run before doing a restart. This code should # close log files, database connections, etc.