From 1aa84000fef6d9a5eee05b1181c775fc64610332 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 22 Jul 2025 18:54:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20nginx=E8=AE=BF=E9=97=AE=E5=9C=B0?= =?UTF-8?q?=E5=9D=80404=E8=A1=A5=E5=85=85/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linux/usr/local/etc/omc/nginx/omc-http.conf | 2 +- linux/usr/local/etc/omc/nginx/omc-https.conf | 2 +- linux/usr/local/etc/omc/nginx/omc-lb.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/linux/usr/local/etc/omc/nginx/omc-http.conf b/linux/usr/local/etc/omc/nginx/omc-http.conf index 6ce2211..029c1fa 100644 --- a/linux/usr/local/etc/omc/nginx/omc-http.conf +++ b/linux/usr/local/etc/omc/nginx/omc-http.conf @@ -35,7 +35,7 @@ server { proxy_send_timeout 180s; proxy_read_timeout 180s; - proxy_pass http://lbHTTPByOMC; + proxy_pass http://lbHTTPByOMC/; } #error_page 404 /404.html; diff --git a/linux/usr/local/etc/omc/nginx/omc-https.conf b/linux/usr/local/etc/omc/nginx/omc-https.conf index df60525..3393068 100644 --- a/linux/usr/local/etc/omc/nginx/omc-https.conf +++ b/linux/usr/local/etc/omc/nginx/omc-https.conf @@ -44,7 +44,7 @@ server { proxy_send_timeout 180s; proxy_read_timeout 180s; - proxy_pass https://lbHTTPSByOMC; + proxy_pass https://lbHTTPSByOMC/; } #error_page 404 /404.html; diff --git a/linux/usr/local/etc/omc/nginx/omc-lb.conf b/linux/usr/local/etc/omc/nginx/omc-lb.conf index 60cde90..5ea8251 100644 --- a/linux/usr/local/etc/omc/nginx/omc-lb.conf +++ b/linux/usr/local/etc/omc/nginx/omc-lb.conf @@ -28,6 +28,6 @@ server { proxy_send_timeout 180s; proxy_read_timeout 180s; - proxy_pass https://lbByOMC; + proxy_pass https://lbByOMC/; } }