mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-01-22 18:48:14 -05:00
docs: update docs
This commit is contained in:
parent
00ea1b898a
commit
6c10f8dcb2
@ -3,8 +3,14 @@
|
|||||||
|
|
||||||
### 部署
|
### 部署
|
||||||
1. 安装aaPanel + 和docker
|
1. 安装aaPanel + 和docker
|
||||||
|
|
||||||
```
|
```
|
||||||
|
# 安装Docker
|
||||||
|
curl -sSL https://get.docker.com | bash
|
||||||
|
systemctl enable docker
|
||||||
|
systemctl start docker
|
||||||
|
```
|
||||||
|
```
|
||||||
|
# 安装宝塔
|
||||||
URL=https://www.aapanel.com/script/install_6.0_en.sh && if [ -f /usr/bin/curl ];then curl -ksSO "$URL" ;else wget --no-check-certificate -O install_6.0_en.sh "$URL";fi;bash install_6.0_en.sh aapanel
|
URL=https://www.aapanel.com/script/install_6.0_en.sh && if [ -f /usr/bin/curl ];then curl -ksSO "$URL" ;else wget --no-check-certificate -O install_6.0_en.sh "$URL";fi;bash install_6.0_en.sh aapanel
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -13,7 +19,6 @@ URL=https://www.aapanel.com/script/install_6.0_en.sh && if [ -f /usr/bin/curl ];
|
|||||||
☑️ Nginx 任意版本
|
☑️ Nginx 任意版本
|
||||||
☑️ MySQL 5.7
|
☑️ MySQL 5.7
|
||||||
选择 Fast 快速编译后进行安装。
|
选择 Fast 快速编译后进行安装。
|
||||||
>安装过程中点击 Docker 去安装一下Docker
|
|
||||||
|
|
||||||
<span style="color:yellow">⚠️ :无需安装php 与 redis</span>
|
<span style="color:yellow">⚠️ :无需安装php 与 redis</span>
|
||||||
|
|
||||||
@ -70,6 +75,7 @@ location ^~ / {
|
|||||||
proxy_set_header Server-Name $server_name;
|
proxy_set_header Server-Name $server_name;
|
||||||
proxy_set_header Server-Addr $server_addr;
|
proxy_set_header Server-Addr $server_addr;
|
||||||
proxy_set_header Server-Port $server_port;
|
proxy_set_header Server-Port $server_port;
|
||||||
|
proxy_cache off;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user