[轉]Aliasing module paths in Node JS
package.json “_moduleAliases”
package.json “_moduleAliases”
goreplay https://github.com/buger/goreplay tcpcopy https://github.com/session-replay-tools/tcpcopy teeproxy https://github.com/chrislusf/teeproxy duplicator https://github.com/agnoster/duplicator goduplicator https://github.com/mkevac/goduplicator nginx mirror haproxy mirror
https://www.serverlab.ca/tutorials/linux/web-servers-linux/how-to-mirror-your-traffic-with-nginx/
ngnix mirror
https://www.fil.club/view/77.html 端口8080是HTTP网关,它允许您使用浏览器查询ipfs数据(请参阅此示例) 端口4001是IPFS用于与其他节点通信的群集端口,端口5001用于本地API。 我们5001只会绑定127.0.0.1因为它不应该暴露给外界。 我们已经安装了数据和分段卷。 该data卷用于存储IPFS本地存储(配置和数据库),并且 staging是一个可用于暂存文件以供命令行使用的目录(例如ipfs add)。 如果您只使用API,则可以省略暂存目录卷。当然,随意将这些目录放在除了之外的其他地方/tmp。