1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Add additional JRuby keys explanation to config example

This commit is contained in:
YurySolovyov 2015-12-01 19:35:23 +03:00
parent c28b48ff57
commit 048a590c4d

View file

@ -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.