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

Commit 3314d83

Browse files
authored
Update extra.mdx (#66)
1 parent bd52b62 commit 3314d83

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pages/docs/extra.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,9 @@ server {
170170
location /qaqdmin {
171171
proxy_pass http://127.0.0.1:2333/proxy/qaqdmin;
172172
}
173+
location /proxy {
174+
proxy_pass http://127.0.0.1:2333/proxy;
175+
}
173176
174177
location ~* \/(feed|sitemap|atom.xml) {
175178
proxy_pass http://127.0.0.1:2333/$1;
@@ -279,4 +282,4 @@ module.exports = {
279282
```bash
280283
pnpm bundle
281284
pnpm prod:pm2
282-
```
285+
```

0 commit comments

Comments
 (0)