We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad0f7bb commit aca5821Copy full SHA for aca5821
defaults/main.yml
@@ -268,9 +268,13 @@ __mailman3_django_config_default:
268
# documentation and Debian packages use uWSGI, which is no longer developed.
269
mailman3_python_wsgi_package: gunicorn
270
271
+# gunicorn response timeout
272
+mailman3_web_timeout: 300
273
+
274
# Command executed by systemd to run the WSGI server.
275
mailman3_wsgi_command: >-
276
{{ mailman3_install_dir }}/bin/gunicorn
277
+ --timeout {{ mailman3_web_timeout }}
278
--pythonpath {{ mailman3_django_project_dir }}
279
--config {{ mailman3_core_etc_dir }}/gunicorn_config.py
280
'mailman_web.wsgi:application'
0 commit comments