Skip to content

Commit c6fa917

Browse files
committed
修改错别字
1 parent 8de82dd commit c6fa917

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ FlyAdmin是基于ThinkPHP5.1开发的快速开发框架,本质上来说其实
3030

3131
### 域名访问
3232

33-
无论是开发时,还是发布到生成环境,都建议使用域名访问项目。以开发环境为例,首先你得修改hosts文件,将域名指向到127.0.0.1:
33+
无论是开发时,还是发布到生产环境,都建议使用域名访问项目。以开发环境为例,首先你得修改hosts文件,将域名指向到127.0.0.1:
3434

3535
```
3636
127.0.0.1 yourdomain.com
@@ -43,7 +43,7 @@ hosts文件所在路径:
4343

4444

4545

46-
然后在nginx配置中使用你的域名配置虚拟主机,而不再用localhost来访问项目。在生成环境自然是使用真实域名访问,就不需要修改hosts文件了。
46+
然后在nginx配置中使用你的域名配置虚拟主机,而不再用localhost来访问项目。在生产环境自然是使用真实域名访问,就不需要修改hosts文件了。
4747

4848

4949

0 commit comments

Comments
 (0)