Commit 32fee5ca by 傅伟强-富德

Update nginx

1 parent c9a0840d
Showing with 6 additions and 0 deletions
...@@ -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;
} }
#前端页面 #前端页面
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!