From 6f1dccddf2706477f52206cdd692a6cf9480dd36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=BB=BA=E5=B9=B3?= Date: Wed, 26 Feb 2025 18:19:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BB=A3=E7=90=86=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=EF=BC=8C=E6=8F=90=E9=AB=98=E8=BF=9E=E6=8E=A5=E9=80=9F?= =?UTF-8?q?=E5=BA=A6=EF=BC=8C=E6=94=AF=E6=8C=81=E4=BC=9F=E5=A4=A7=E7=9A=84?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=99=A8=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/nginx/pr.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/nginx/pr.conf b/static/nginx/pr.conf index 6b547c4..3f7febd 100644 --- a/static/nginx/pr.conf +++ b/static/nginx/pr.conf @@ -15,6 +15,6 @@ server { proxy_set_header Access-Control-Allow-Origin *; proxy_set_header Access-Control-Allow-Methods *; proxy_set_header Access-Control-Allow-Headers *; - proxy_pass http://backend:18000; + proxy_pass http://172.17.0.1:18000; } } \ No newline at end of file