Updated bind param gunicorn config file to listen on ipv6

This commit is contained in:
Andrew Rowson 2020-12-26 11:53:29 +00:00
parent 37caf6a64a
commit 3f8c74c4af

View File

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