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

Minor change to sample configuration.

This commit is contained in:
Maik Kempe 2013-03-01 15:56:35 +01:00 committed by Evan Phoenix
parent 6c6596365a
commit 36fbdf21c9

View file

@ -82,7 +82,7 @@
# ssl_bind '127.0.0.1', '9292', { key: path_to_key, cert: path_to_cert }
# Code to run before doing a restart. This code should
# close logfiles, database connections, etc.
# close log files, database connections, etc.
#
# This can be called multiple times to add code each time.
#