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:
parent
c28b48ff57
commit
048a590c4d
1 changed files with 7 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue