From 8c31bda3dadab14d8b8d21de3fa961d37f86da09 Mon Sep 17 00:00:00 2001 From: H0nGzA1 <2505811377@qq.com> Date: Sat, 29 Apr 2023 01:02:20 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=90=B3=20docker=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=20nginx=E4=BB=A3=E7=90=86=E5=9C=B0=E5=9D=80=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker_env/nginx/my.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker_env/nginx/my.conf b/docker_env/nginx/my.conf index 94fe805..30fa210 100644 --- a/docker_env/nginx/my.conf +++ b/docker_env/nginx/my.conf @@ -28,6 +28,6 @@ server { proxy_send_timeout 600s; real_ip_header X-Forwarded-For; rewrite ^/api/(.*)$ /$1 break; #重写 - proxy_pass http://178.10.0.12:8000/; # 设置代理服务器的协议和地址 + proxy_pass http://177.8.0.12:8000/; # 设置代理服务器的协议和地址 } }