功能变化: docker-compose 后端代理bug修复

pull/60/head
李强 2022-05-29 19:14:19 +08:00
parent 7cf8aca29a
commit 0ca2ea9881
1 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,6 @@ server {
set_real_ip_from 0.0.0.0/0;
real_ip_header X-Forwarded-For;
rewrite ^/api/(.*)$ /$1 break; #重写
proxy_pass http://177.7.0.12:8000/; # 设置代理服务器的协议和地址
proxy_pass http://177.8.0.12:8000/; # 设置代理服务器的协议和地址
}
}