From e5c496d0bb67376d3c5520f3332cae6a78cec20e Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 1 Apr 2025 20:10:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0nginx=E9=85=8D?= =?UTF-8?q?=E7=BD=AE80=E7=AB=AF=E5=8F=A3https=E4=BF=AE=E6=94=B9=E4=B8=BAht?= =?UTF-8?q?tp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linux/usr/local/etc/omc/nginx/omc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/usr/local/etc/omc/nginx/omc.conf b/linux/usr/local/etc/omc/nginx/omc.conf index af573f7..7ced2f3 100644 --- a/linux/usr/local/etc/omc/nginx/omc.conf +++ b/linux/usr/local/etc/omc/nginx/omc.conf @@ -18,7 +18,7 @@ server { } location /omc-api/ { - proxy_pass https://127.0.0.1:33030/; + proxy_pass http://127.0.0.1:33030/; proxy_connect_timeout 180s; proxy_send_timeout 180s;