yinxin630 / fiora

An interesting open source chat application. Developed with node.js, mongoDB, socket.io and react
https://fiora.suisuijiang.com
MIT License
6.57k stars 1.31k forks source link

图片上传服务器404 #113

Closed yinxin630 closed 5 years ago

yinxin630 commented 5 years ago

ip.address() 返回了服务器局域网地址, 所以图片404了

yinxin630 commented 5 years ago

新增服务端配置 host, 默认值是本机ip(但可能错误的取到局域网ip), 图片上传服务端时, 图片地址取决于 hostport 配置 https://github.com/yinxin630/fiora/blob/master/config/server.ts#L8