Merge pull request #3167 from tbascoul/tiny-example-config-fix

update example_config with latest settings
This commit is contained in:
Benoit Chesneau 2024-08-07 00:19:34 +02:00 committed by GitHub
commit 5f820ce37c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -175,7 +175,7 @@ proc_name = None
#
# pre_fork - Called just prior to forking the worker subprocess.
#
# A callable that accepts the same arguments as after_fork
# A callable that accepts the same arguments as post_fork
#
# pre_exec - Called just prior to forking off a secondary
# master process during things like config reloading.