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 0412ea46b6
commit 2beb7838cf

View File

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