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
e6f23f08
Commit
e6f23f08
authored
Sep 25, 2025
by
zhangxingmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push
parent
2d1b44fa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
12 deletions
+1
-12
.env.development
+1
-1
nginx.conf
+0
-11
No files found.
.env.development
View file @
e6f23f08
...
@@ -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 = '
/
'
VITE_APP_BASE_API = '
http://139.224.145.34:9002
'
nginx.conf
View file @
e6f23f08
...
@@ -20,16 +20,5 @@ server {
...
@@ -20,16 +20,5 @@ server {
limit_except
GET
POST
PUT
DELETE
OPTIONS
{
limit_except
GET
POST
PUT
DELETE
OPTIONS
{
deny
all
;
deny
all
;
}
}
proxy_buffer_size
1024k
;
#设置代理服务器(nginx)保存用户头信息的缓冲区大小
proxy_buffers
16
1024k
;
#proxy_buffers缓冲区,网页平均在32k以下的设置
proxy_busy_buffers_size
2048k
;
#高负荷下缓冲大小(proxy_buffers*2)
proxy_temp_file_write_size
2048k
;
#设定缓存文件夹大小,大于这个值,将从upstream服务器传
proxy_pass
http://139.224.145.34:9002
;
}
}
# 可能需要代理其他后端服务
# location /other-service/ {
# proxy_pass http://other-service:port/;
# }
}
}
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