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

Commit

Permalink
Fix nginx config which causes unable access qaqdmin page (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
JinchuanL authored Jun 5, 2024
1 parent 623a74b commit 83f0e8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pages/docs/extra.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ server {
proxy_pass http://127.0.0.1:2323;
}
## 后台地址
location /proxy {
proxy_pass http://127.0.0.1:2333/proxy;
}
location /qaqdmin {
proxy_pass http://127.0.0.1:2333/proxy/qaqdmin;
}
Expand Down

0 comments on commit 83f0e8a

Please sign in to comment.