From f11ecb0dd70e8ada4ceb347831b7552f2c2c7456 Mon Sep 17 00:00:00 2001 From: pxq <1456889284@qq.com> Date: Tue, 8 Aug 2023 14:28:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=88=A0=E9=99=A4=E5=BA=9F=E5=BC=83?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E7=9A=84nginx=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/nginx.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/deploy/nginx.conf b/deploy/nginx.conf index 387120004..1293da79d 100644 --- a/deploy/nginx.conf +++ b/deploy/nginx.conf @@ -91,10 +91,6 @@ http { proxy_pass https://oneidapi.opengauss.osinfra.cn/; } - location /ip-api/ { - proxy_pass http://ip-api.com/json/; - } - location ~ /\. { deny all; return 404; -- Gitee