Merge "Fix workers/threads documentation"

This commit is contained in:
Jenkins 2017-10-13 17:28:28 +00:00 committed by Gerrit Code Review
commit 8d06d1c062
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
# #
# [*workers*] # [*workers*]
# Number of WSGI workers to spawn. # Number of WSGI workers to spawn.
# Optional. Defaults to 1 # Optional. Defaults to $::os_workers
# #
# [*priority*] # [*priority*]
# (optional) The priority for the vhost. # (optional) The priority for the vhost.
@ -52,7 +52,7 @@
# #
# [*threads*] # [*threads*]
# (optional) The number of threads for the vhost. # (optional) The number of threads for the vhost.
# Defaults to $::os_workers # Defaults to 1
# #
# [*wsgi_process_display_name*] # [*wsgi_process_display_name*]
# (optional) Name of the WSGI process display-name. # (optional) Name of the WSGI process display-name.