Fixes logging config that prevented gunicon launch
This commit is contained in:
parent
fe82d10aeb
commit
1072d243a3
4 changed files with 6 additions and 3 deletions
|
@ -24,4 +24,4 @@ END
|
|||
/opt/netbox/netbox/manage.py collectstatic --no-input
|
||||
|
||||
# start unicorn
|
||||
gunicorn --log-level debug --debug --error-logfile /dev/stderr --log-file /dev/stdout -c /opt/netbox/gunicorn_config.py netbox.wsgi
|
||||
gunicorn --log-level debug --debug -c /opt/netbox/gunicorn_config.py netbox.wsgi
|
||||
|
|
|
@ -3,3 +3,6 @@ pythonpath = '/opt/netbox/netbox'
|
|||
bind = '0.0.0.0:8001'
|
||||
workers = 3
|
||||
user = 'root'
|
||||
errorlog = '-'
|
||||
accesslog = '-'
|
||||
capture_output = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue