随笔分类 -  nginx

摘要:configtx.yaml与configtxgen配合用于: 1.生成系统链(orderer)创世区块 genesis.block configtxgen -profile TwoOrgsOrdererGenesis -outputBlock ./channel-artifacts/genesis. 阅读全文
posted @ 2020-06-17 17:40 溶洞 阅读(619) 评论(0) 推荐(0)
摘要:一台服务器通过nginx配置多个域名(80端口) 参考:https://www.cnblogs.com/ruanjianlaowang/p/11182486.html 1. 问题描述 多个域名对应一个服务器,为了避免域名后增加端口号,两个域名都需要占用80端口号,使用nginx来进行配置。 2. 解 阅读全文
posted @ 2020-02-22 20:50 溶洞 阅读(9557) 评论(0) 推荐(0)
摘要:参考 https://blog.csdn.net/qq_36514588/article/details/83897081 https://www.cnblogs.com/guarderming/p/10476028.html 配置文件nginx.config #user nobody;worker 阅读全文
posted @ 2020-02-22 20:36 溶洞 阅读(284) 评论(0) 推荐(0)