fix: port conflict

This commit is contained in:
DDSRem
2023-09-09 10:44:05 +08:00
parent 933c6d838c
commit 0136d9fe06
5 changed files with 5 additions and 4 deletions

View File

@ -100,7 +100,7 @@ http {
upstream backend_api {
# 后端API的地址和端口
server 127.0.0.1:3001;
server 127.0.0.1:${PORT};
# 可以添加更多后端服务器作为负载均衡
}