mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 11:26:56 -08:00
gunicorn - bind to all interfaces
This commit is contained in:
parent
baee625fce
commit
b1dab35d12
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ threads = multiprocessing.cpu_count() * 2 + 1
|
||||||
|
|
||||||
worker_tmp_dir = '/dev/shm'
|
worker_tmp_dir = '/dev/shm'
|
||||||
|
|
||||||
#bind = '127.0.0.1:5000'
|
bind = '0.0.0.0:5000'
|
||||||
umask = 0o007
|
umask = 0o007
|
||||||
reload = False
|
reload = False
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue