Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-middle-front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xingmin
yd-middle-front
Commits
6f9b5ef7
Commit
6f9b5ef7
authored
Sep 25, 2025
by
zhangxingmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push
parent
00346d18
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.env.development
+1
-1
nginx.conf
+1
-1
No files found.
.env.development
View file @
6f9b5ef7
...
@@ -5,4 +5,4 @@ VITE_APP_TITLE = 银盾中台系统
...
@@ -5,4 +5,4 @@ VITE_APP_TITLE = 银盾中台系统
VITE_APP_ENV = 'development'
VITE_APP_ENV = 'development'
# 若依管理系统/开发环境
# 若依管理系统/开发环境
VITE_APP_BASE_API = '/
api
'
VITE_APP_BASE_API = '/'
nginx.conf
View file @
6f9b5ef7
...
@@ -23,7 +23,7 @@ server {
...
@@ -23,7 +23,7 @@ server {
}
}
# 代理后端API请求 - 使用更具体的路径
# 代理后端API请求 - 使用更具体的路径
location
/
api
{
location
/
{
proxy_buffer_size
1024k
;
#设置代理服务器(nginx)保存用户头信息的缓冲区大小
proxy_buffer_size
1024k
;
#设置代理服务器(nginx)保存用户头信息的缓冲区大小
proxy_buffers
16
1024k
;
#proxy_buffers缓冲区,网页平均在32k以下的设置
proxy_buffers
16
1024k
;
#proxy_buffers缓冲区,网页平均在32k以下的设置
proxy_busy_buffers_size
2048k
;
#高负荷下缓冲大小(proxy_buffers*2)
proxy_busy_buffers_size
2048k
;
#高负荷下缓冲大小(proxy_buffers*2)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment