mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
Updated bind param gunicorn config file to listen on ipv6
This commit is contained in:
parent
37caf6a64a
commit
3f8c74c4af
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
bind = '127.0.0.1:8000'
|
||||
bind = '[::]:8000'
|
||||
backlog = 2048
|
||||
workers = 3
|
||||
worker_class = 'sync'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue