1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-08-01 23:33:42 +00:00

update gunicorn conf

bind 0.0.0.0 -> 127.0.0.1
This commit is contained in:
lian 2018-12-22 13:57:43 +08:00
parent 11d95b55fd
commit 055e26d627
3 changed files with 3 additions and 3 deletions

View File

@ -1184,7 +1184,7 @@ daemon = True
workers = 5
# default localhost:8000
bind = "0.0.0.0:8000"
bind = "127.0.0.1:8000"
# Pid
pids_dir = '%(pids_dir)s'

View File

@ -312,7 +312,7 @@ daemon = True
workers = 5
# default localhost:8000
bind = "0.0.0.0:8000"
bind = "127.0.0.1:8000"
# Pid
pids_dir = '$default_pids_dir'

View File

@ -199,7 +199,7 @@ daemon = True
workers = 5
# default localhost:8000
bind = "0.0.0.0:8000"
bind = "127.0.0.1:8000"
# Pid
pids_dir = '$default_pids_dir'