1
0
mirror of https://github.com/netbox-community/netbox-docker.git synced 2025-12-07 23:22:16 +03:00

Fixes logging config that prevented gunicon launch

This commit is contained in:
Christian Mäder
2017-06-19 09:24:13 +02:00
parent fe82d10aeb
commit 1072d243a3
4 changed files with 6 additions and 3 deletions

View File

@@ -3,3 +3,6 @@ pythonpath = '/opt/netbox/netbox'
bind = '0.0.0.0:8001'
workers = 3
user = 'root'
errorlog = '-'
accesslog = '-'
capture_output = False