Skip to content

Commit

Permalink
Merge branch 'master' of github.com:meolu/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
meolu committed Feb 26, 2019
2 parents 939c10f + e497eaa commit db73679
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion walle-web.io/docs/2/zh-cn/configuration-project-php.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: Java Tomcat Demo配置
title: PHP Demo配置
---

简单写了个 PHP Demo 配置,小demo仅仅是用来测试的,各家还得根据自己公司的调调来配置。
Expand Down
2 changes: 1 addition & 1 deletion walle-web.io/docs/2/zh-cn/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ git clone https://github.com/meolu/walle-web.git
别忘了要重启nginx,注意标出可能需要改的地方
```
upstream webservers {
server 0.0.0.0:5000 weight=1; #域名设置
server 0.0.0.0:5000 weight=1; # 负载设置
}
server {
Expand Down
2 changes: 1 addition & 1 deletion walle-web.io/docs/2/zh-cn/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Authentication failed.
[[email protected]]$ mkdir -p /tmp/walle/library
Authentication failed.
```
原因分析:宿主机未与172.1.2.3建立`ssh`信任。好了,来了新的问题,什么时宿主机?答:walle所在的机器
原因分析:宿主机未与172.1.2.3建立`ssh`信任。好了,来了新的问题,什么是宿主机?答:walle所在的机器

解决方法:把walle与所有目标服务器建立免密码登录
1、命令行(适合机器数量少的),当然也可以用expect脚本批量
Expand Down

0 comments on commit db73679

Please sign in to comment.