From 39e3e2d524235fb9205e9c602f988a591233d898 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=B0=8F=E7=99=BD?= <296015668@qq.com> Date: Fri, 11 Aug 2023 23:57:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E7=9A=84=E6=8B=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- charts/jumpserver/configs/jms-web/default.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/jumpserver/configs/jms-web/default.conf b/charts/jumpserver/configs/jms-web/default.conf index 7d7f247..6f0fef2 100644 --- a/charts/jumpserver/configs/jms-web/default.conf +++ b/charts/jumpserver/configs/jms-web/default.conf @@ -81,7 +81,7 @@ server { send_timeout 6000; } {{- end }} - {{- if .Values.kael.enabled }}} + {{- if .Values.kael.enabled }} location /kael/ { proxy_pass {{ $kael }}; proxy_buffering off; @@ -98,7 +98,7 @@ server { send_timeout 6000; } {{- end }} - {{ if .Values.core.enabled }}} + {{ if .Values.core.enabled }} location /ws/ { proxy_pass {{ $core }}; proxy_buffering off;