mirror of
https://github.com/jumpserver/helm-charts.git
synced 2025-08-25 18:19:42 +00:00
fix: 移除多余的括号
This commit is contained in:
parent
36c22334db
commit
39e3e2d524
@ -81,7 +81,7 @@ server {
|
|||||||
send_timeout 6000;
|
send_timeout 6000;
|
||||||
}
|
}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.kael.enabled }}}
|
{{- if .Values.kael.enabled }}
|
||||||
location /kael/ {
|
location /kael/ {
|
||||||
proxy_pass {{ $kael }};
|
proxy_pass {{ $kael }};
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
@ -98,7 +98,7 @@ server {
|
|||||||
send_timeout 6000;
|
send_timeout 6000;
|
||||||
}
|
}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{ if .Values.core.enabled }}}
|
{{ if .Values.core.enabled }}
|
||||||
location /ws/ {
|
location /ws/ {
|
||||||
proxy_pass {{ $core }};
|
proxy_pass {{ $core }};
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
|
Loading…
Reference in New Issue
Block a user