Skip to content

Commit 9ec1bb6

Browse files
committed
update README.md
1 parent 0c65e75 commit 9ec1bb6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
如果你想使用单域名,但感觉高级版原版的单域名配置重写比较麻烦,那么可以使用这种方式。这种方式将每个应用的web目录单独提取出来构成前台、后台、api、存储应用入口。
2-
##一、基本配置
2+
## 一、基本配置
33
```
44
1、将服务器解析到/www/yii2admin/web目录;
55
2、修改/common/config/params.php的 upload、ueditorConfig 对应上传地址;
@@ -17,8 +17,8 @@
1717
STORAGE_URL = /
1818
```
1919

20-
##二、安装
21-
####Nginx配置
20+
## 二、安装
21+
#### Nginx配置
2222
```
2323
server {
2424
charset utf-8;
@@ -56,7 +56,7 @@ server {
5656
}
5757
}
5858
```
59-
####Apache配置
59+
#### Apache配置
6060
```
6161
<VirtualHost *:80>
6262
ServerAdmin webmaster@dummy-host2.example.com

0 commit comments

Comments
 (0)