From 40ab1cc0922d526c3d065245941b8b122f798298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=BB=BA=E5=B9=B3?= Date: Thu, 27 Feb 2025 14:46:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=85=8D=E7=BD=AE=EF=BC=8C?= =?UTF-8?q?=E6=9B=B4=E5=BF=AB=E6=9B=B4=E5=BC=BA=EF=BC=8C=E5=AE=8C=E7=BE=8E?= =?UTF-8?q?=E5=8D=87=E7=BA=A7=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 f8fce2c..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://172.17.0.1:18000/admin; + proxy_pass http://172.17.0.1:18000; } } \ No newline at end of file