Skip to content

Commit

Permalink
chore: remove remote admin entry
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Feb 7, 2024
1 parent a0f7731 commit fb06590
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions pages/docs/extra.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ server{
- API 地址为 `https://server.example.com/api/v2`
- 前端(Kami/Shiro)地址为 `https://www.example.com`
- GateWay 为 `https://server.example.com`
- 后台为 `https://server.example.com/qaqdmin`
- 本地后台为 `https://server.example.com/proxy/qaqdmin`
</Callout>

Expand Down Expand Up @@ -123,11 +122,7 @@ server {
}
## 后台地址
location /qaqdmin {
proxy_pass http://127.0.0.1:2333/qaqdmin;
}
## 本地后台地址
location /proxy {
proxy_pass http://127.0.0.1:2333/proxy;
proxy_pass http://127.0.0.1:2333/proxy/qaqdmin;
}
## RSS 地址
location ~* \/(feed|sitemap|atom.xml) {
Expand Down Expand Up @@ -171,11 +166,9 @@ server {
proxy_pass http://127.0.0.1:2323;
}
location /qaqdmin {
proxy_pass http://127.0.0.1:2333/qaqdmin;
}
location /proxy {
proxy_pass http://127.0.0.1:2333/proxy;
proxy_pass http://127.0.0.1:2333/proxy/qaqdmin;
}
location ~* \/(feed|sitemap|atom.xml) {
proxy_pass http://127.0.0.1:2333/$1;
}
Expand All @@ -198,7 +191,6 @@ server {
- API 地址为 `https://www.example.com/api/v2`
- 前端(Kami/Shiro)地址为 `https://www.example.com`
- GateWay 为 `https://www.example.com`
- 后台为 `https://www.example.com/qaqdmin`
- 本地后台为 `https://www.example.com/proxy/qaqdmin`
</Callout>

Expand Down

0 comments on commit fb06590

Please sign in to comment.