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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user