fix up gunicorn conf

This commit is contained in:
jonaswinkler
2020-12-29 18:23:08 +01:00
parent 9bc4a87c4b
commit 97d217e437
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
bind = '[::]:8000'
bind = ['[::]:8000', 'localhost:8000']
backlog = 2048
workers = 3
worker_class = 'sync'