update example_config with latest settings

This commit is contained in:
Theo Bascoul 2024-03-18 16:14:14 +01:00
parent 88fc4a4315
commit 1954fb63f1

View File

@ -175,7 +175,7 @@ proc_name = None
# #
# pre_fork - Called just prior to forking the worker subprocess. # 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 # pre_exec - Called just prior to forking off a secondary
# master process during things like config reloading. # master process during things like config reloading.