From 071737f72d8549b00fbba8b29043a443e89f447d Mon Sep 17 00:00:00 2001 From: Danil Smirnov <27999539+danil-smirnov@users.noreply.github.com> Date: Mon, 24 Aug 2020 16:51:49 +0300 Subject: [PATCH] Suggested change in core/README.md Co-authored-by: Abhilash Raj --- core/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/README.md b/core/README.md index ad16ca9..ba09e53 100644 --- a/core/README.md +++ b/core/README.md @@ -61,8 +61,7 @@ standard version of docker-compose.yaml from this repository. - `HYPERKITTY_URL`: Default value is `http://mailman-web:8000/hyperkitty` -In case of a need for fine tuning of Gunicorn web-server (e.g. for raising of timeouts) -`/opt/mailman/gunicorn-extra.cfg` file could be provided holding necessary parameters. +In case of a need for fine tuning of REST API web-server that uses [Gunicorn](https://docs.gunicorn.org/en/stable/settings.html) (e.g. for raising of timeouts) `/opt/mailman/core/gunicorn-extra.cfg` file could be provided holding necessary configuration options. Running Mailman-Core ====================