add kc config

This commit is contained in:
moicen
2024-01-21 23:30:47 +08:00
parent 23430217fc
commit 7a7813199b
3 changed files with 9 additions and 0 deletions
+3
View File
@@ -101,6 +101,9 @@ server {
# content_by_lua_file $resty_loc/nginx/scripts/test.lua;
# }
location /api/v1/kc/ {
proxy_pass http://127.0.0.1:3002/api/v1/kc/;
}
location /api/v1/ws/ {
proxy_pass http://127.0.0.1:3001/api/v1/ws/;
}
+3
View File
@@ -95,6 +95,9 @@ server {
content_by_lua_file $resty_loc/nginx/scripts/test.lua;
}
location /api/v1/kc/ {
proxy_pass http://127.0.0.1:3002/api/v1/kc/;
}
location /api/v1/ws/ {
proxy_pass http://127.0.0.1:3001/api/v1/ws/;
}
+3
View File
@@ -124,6 +124,9 @@ server {
content_by_lua_file $resty_loc/nginx/scripts/test.lua;
}
location /api/v1/kc/ {
proxy_pass http://127.0.0.1:3002/api/v1/kc/;
}
location /api/v1/ws/ {
proxy_pass http://127.0.0.1:3001/api/v1/ws/;
}