chore: 完善个模块打包
This commit is contained in:
@@ -32,19 +32,27 @@ server {
|
||||
}
|
||||
|
||||
location /api/my/sys/client/installer {
|
||||
proxy_pass http://u-api-service/api/v2_2/client/download/list;
|
||||
proxy_pass http://app-helper-service.hsv2/api/v2_2/client/download/list;
|
||||
}
|
||||
|
||||
location /api/system/version {
|
||||
proxy_pass http://u-api-service/api/v2_2/system/version;
|
||||
proxy_pass http://app-helper-service.hsv2/api/v2_2/system/version;
|
||||
}
|
||||
|
||||
location /api/v2_2/client {
|
||||
proxy_pass http://u-api-service;
|
||||
location /api/v2_2/system/elink {
|
||||
proxy_pass http://app-helper-service.hsv2;
|
||||
}
|
||||
|
||||
location /api/v2_2/system {
|
||||
proxy_pass http://u-api-service;
|
||||
location /api/v2_2/_client/win {
|
||||
proxy_pass http://app-helper-service.hsv2;
|
||||
}
|
||||
|
||||
location /api/v2_2/_client/mac{
|
||||
proxy_pass http://client-mac-service;
|
||||
}
|
||||
|
||||
location /api/v2_2/_client/linux{
|
||||
proxy_pass http://client-linux-service;
|
||||
}
|
||||
|
||||
location / {
|
||||
@@ -71,13 +79,16 @@ server {
|
||||
server_tokens off;
|
||||
|
||||
location /api/system/version {
|
||||
proxy_pass http://u-api-service/api/v2_2/system/version;
|
||||
proxy_pass http://app-helper-service/api/v2_2/system/version;
|
||||
}
|
||||
|
||||
location /oem {
|
||||
proxy_pass http://oem-service;
|
||||
}
|
||||
|
||||
location /api/v2_2/system/elink {
|
||||
proxy_pass http://app-helper-service.hsv2;
|
||||
}
|
||||
|
||||
# location /wm/ {
|
||||
# alias /data/wm/;
|
||||
@@ -97,6 +108,18 @@ server {
|
||||
proxy_read_timeout 300s;
|
||||
}
|
||||
|
||||
location /api/v2_2/_client/win {
|
||||
proxy_pass http://app-helper-service.hsv2;
|
||||
}
|
||||
|
||||
location /api/v2_2/_client/mac{
|
||||
proxy_pass http://client-mac-service;
|
||||
}
|
||||
|
||||
location /api/v2_2/_client/linux{
|
||||
proxy_pass http://client-linux-service;
|
||||
}
|
||||
|
||||
include /etc/nginx/common/common.conf;
|
||||
|
||||
location /ws {
|
||||
|
||||
Reference in New Issue
Block a user