mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-11 18:42:54 +00:00
feat:okr代理路由更改
This commit is contained in:
parent
11b152cfbb
commit
5f95c23029
@ -188,8 +188,8 @@ server {
|
||||
location /manage/microapp/okr/ {
|
||||
proxy_pass http://192.168.100.90:5566/;
|
||||
}
|
||||
location /api/v1/okr/ {
|
||||
proxy_pass http://192.168.100.90:5566/api/v1/okr/;
|
||||
location /microapp/okr/api/ {
|
||||
proxy_pass http://192.168.100.90:5566/microapp/okr/api/;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user