mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-21 23:41:01 +00:00
move also gunicorn_conf.py in scripts directory
This commit is contained in:
parent
9eb2d34971
commit
74be246c74
2 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ If you use Gunicorn, make sure to create a directory for storing multiprocess da
|
|||
mkdir -p /tmp/prometheus_data
|
||||
rm /tmp/prometheus_data/*
|
||||
export PROMETHEUS_MULTIPROC_DIR=/tmp/prometheus_data
|
||||
gunicorn -c gunicorn_conf.py --bind 0.0.0.0:5000 'wsgi:app(metrics=True)'
|
||||
gunicorn -c scripts/gunicorn_conf.py --bind 0.0.0.0:5000 'wsgi:app(metrics=True)'
|
||||
```
|
||||
|
||||
## Language Bindings
|
||||
|
|
Loading…
Reference in a new issue