mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-10 00:35:30 +01:00
fix up gunicorn conf
This commit is contained in:
parent
2b341afcae
commit
5c3ae44021
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
bind = '[::]:8000'
|
||||
bind = ['[::]:8000', 'localhost:8000']
|
||||
backlog = 2048
|
||||
workers = 3
|
||||
worker_class = 'sync'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue