We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c65e75 commit 9ec1bb6Copy full SHA for 9ec1bb6
web/README.md
@@ -1,5 +1,5 @@
1
如果你想使用单域名,但感觉高级版原版的单域名配置重写比较麻烦,那么可以使用这种方式。这种方式将每个应用的web目录单独提取出来构成前台、后台、api、存储应用入口。
2
-##一、基本配置
+## 一、基本配置
3
```
4
1、将服务器解析到/www/yii2admin/web目录;
5
2、修改/common/config/params.php的 upload、ueditorConfig 对应上传地址;
@@ -17,8 +17,8 @@
17
STORAGE_URL = /
18
19
20
-##二、安装
21
-####Nginx配置
+## 二、安装
+#### Nginx配置
22
23
server {
24
charset utf-8;
@@ -56,7 +56,7 @@ server {
56
}
57
58
59
-####Apache配置
+#### Apache配置
60
61
<VirtualHost *:80>
62
ServerAdmin webmaster@dummy-host2.example.com
0 commit comments