Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit fb06590

Browse files
committed
chore: remove remote admin entry
Signed-off-by: Innei <[email protected]>
1 parent a0f7731 commit fb06590

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

pages/docs/extra.mdx

+3-11
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ server{
8686
- API 地址为 `https://server.example.com/api/v2`
8787
- 前端(Kami/Shiro)地址为 `https://www.example.com`
8888
- GateWay 为 `https://server.example.com`
89-
- 后台为 `https://server.example.com/qaqdmin`
9089
- 本地后台为 `https://server.example.com/proxy/qaqdmin`
9190
</Callout>
9291

@@ -123,11 +122,7 @@ server {
123122
}
124123
## 后台地址
125124
location /qaqdmin {
126-
proxy_pass http://127.0.0.1:2333/qaqdmin;
127-
}
128-
## 本地后台地址
129-
location /proxy {
130-
proxy_pass http://127.0.0.1:2333/proxy;
125+
proxy_pass http://127.0.0.1:2333/proxy/qaqdmin;
131126
}
132127
## RSS 地址
133128
location ~* \/(feed|sitemap|atom.xml) {
@@ -171,11 +166,9 @@ server {
171166
proxy_pass http://127.0.0.1:2323;
172167
}
173168
location /qaqdmin {
174-
proxy_pass http://127.0.0.1:2333/qaqdmin;
175-
}
176-
location /proxy {
177-
proxy_pass http://127.0.0.1:2333/proxy;
169+
proxy_pass http://127.0.0.1:2333/proxy/qaqdmin;
178170
}
171+
179172
location ~* \/(feed|sitemap|atom.xml) {
180173
proxy_pass http://127.0.0.1:2333/$1;
181174
}
@@ -198,7 +191,6 @@ server {
198191
- API 地址为 `https://www.example.com/api/v2`
199192
- 前端(Kami/Shiro)地址为 `https://www.example.com`
200193
- GateWay 为 `https://www.example.com`
201-
- 后台为 `https://www.example.com/qaqdmin`
202194
- 本地后台为 `https://www.example.com/proxy/qaqdmin`
203195
</Callout>
204196

0 commit comments

Comments
 (0)