Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
傅伟强-富德
/
test
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 32fee5ca
authored
Apr 12, 2019
by
傅伟强-富德
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update nginx
1 parent
c9a0840d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
nginx
nginx
View file @
32fee5c
...
@@ -147,6 +147,9 @@ http {
...
@@ -147,6 +147,9 @@ http {
#后台接口
#后台接口
location ^~ /gras {
location ^~ /gras {
proxy_pass http://consumer;
proxy_pass http://consumer;
proxy_connect_timeout 90000s;
proxy_send_timeout 90000s;
proxy_read_timeout 90000s;
}
}
#地图服务
#地图服务
...
@@ -158,6 +161,9 @@ http {
...
@@ -158,6 +161,9 @@ http {
#文件下载接口
#文件下载接口
location ^~ /fileDownload {
location ^~ /fileDownload {
proxy_pass http://consumer;
proxy_pass http://consumer;
proxy_connect_timeout 90000s;
proxy_send_timeout 90000s;
proxy_read_timeout 90000s;
}
}
#前端页面
#前端页面
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment