【求助】修改conf默认的地址后,新地址无法访问,改回去原地址也不能访问了

import os

daemon = True
workers = 5

default localhost:8000

#bind = “127.0.0.1:8000i”
bind = “192.168.100.14:6000”

Pid

pids_dir = ‘/opt/seafile/pids’
pidfile = os.path.join(pids_dir, ‘seahub.pid’)

for file upload, we need a longer timeout value (default is only 30s, too short)

timeout = 1200

limit_request_line = 8190
~

改成 0.0.0.0

[已解决]改成0.0.0.0没有用
在nginx.conf里给$host后面加 :$hostserver_port就可以了
参考论坛链接: docker 部署seafile修改80端口映射到主机其他端口,无法访问 - 服务器问题 - Seafile 用户论坛