feat:更新路由模块
This commit is contained in:
@@ -13,7 +13,7 @@ server {
|
||||
}
|
||||
|
||||
location /blog-api/ {
|
||||
proxy_pass http://127.0.0.1:8082/;
|
||||
proxy_pass http://host.docker.internal:8082/;
|
||||
}
|
||||
|
||||
location / {
|
||||
|
||||
Reference in New Issue
Block a user