mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
Updated bind param gunicorn config file to listen on ipv6
This commit is contained in:
parent
0412ea46b6
commit
2beb7838cf
@ -1,4 +1,4 @@
|
|||||||
bind = '127.0.0.1:8000'
|
bind = '[::]:8000'
|
||||||
backlog = 2048
|
backlog = 2048
|
||||||
workers = 3
|
workers = 3
|
||||||
worker_class = 'sync'
|
worker_class = 'sync'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user