2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-12-23 12:43:28 +00:00

Copy gunicorn.conf.py

This commit is contained in:
Oliver Walters
2021-04-01 20:38:18 +11:00
parent 839c29117d
commit 148600a9c4
3 changed files with 10 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ nodaemon=true
[program:inventree-server]
user=inventree
directory=/home/inventree/src/InvenTree
command=/home/inventree/env/bin/gunicorn -c gunicorn.conf.py InvenTree.wsgi -b 0.0.0.0:%(INVENTREE_PORT)s
command=/home/inventree/env/bin/gunicorn -c /home/inventree/gunicorn.conf.py InvenTree.wsgi -b 0.0.0.0:%(ENV_INVENTREE_PORT)s
startsecs=10
autostart=true
autorestart=true