Suggested change in core/README.md

Co-authored-by: Abhilash Raj <maxking@users.noreply.github.com>
This commit is contained in:
Danil Smirnov
2020-08-24 16:51:49 +03:00
committed by GitHub
parent 06d3665921
commit 071737f72d

View File

@@ -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
====================