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

Commit 83f0e8a

Browse files
authored
Fix nginx config which causes unable access qaqdmin page (#74)
1 parent 623a74b commit 83f0e8a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pages/docs/extra.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ server {
123123
proxy_pass http://127.0.0.1:2323;
124124
}
125125
## 后台地址
126+
location /proxy {
127+
proxy_pass http://127.0.0.1:2333/proxy;
128+
}
126129
location /qaqdmin {
127130
proxy_pass http://127.0.0.1:2333/proxy/qaqdmin;
128131
}

0 commit comments

Comments
 (0)