Fix workers/threads documentation

The documentation doesn't reflect the actual defaults. This fixes it.

Change-Id: Iec828e4bac48f6ff883e10bac062883b2438ec41
This commit is contained in:
Juan Antonio Osorio Robles 2017-10-13 08:42:19 +03:00
parent c6cd00cbc7
commit 9d621501bb

View File

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