feat: mobile forgot-password redesign, navbar/search updates, vite proxy and request tweaks
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ server {
|
||||
}
|
||||
|
||||
# API 反代(路由分散在 /api /user /bug /article /chat /learn /message /tool /history /media 等前缀下)
|
||||
location ~ ^/(api|user|bug|article|chat|learn|message|tool|history|media)/ {
|
||||
location ~ ^/(api|user|bug|article|chat|learn|message|tool|history|media|search|app|logs|s)/ {
|
||||
proxy_pass http://127.0.0.1:8000;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Host $host;
|
||||
|
||||
Reference in New Issue
Block a user