mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-04 19:51:30 +08:00
Enable inheritance for stdio file descriptors in daemon mode. It allows you in daemon mode to redirect the output to a file if needed. By default in daemon mode gunicorn will close all file handle except if you pass the "-R" options. In this cases STDIO will be preserved. fix #309