fix: web config

This commit is contained in:
吴小白
2024-11-25 13:15:23 +08:00
parent d9e5d7dea0
commit 3ac9e75205

View File

@@ -40,6 +40,7 @@ server {
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_ignore_client_abort on; proxy_ignore_client_abort on;
}
{{- end }} {{- end }}
{{- if .Values.koko.enabled }} {{- if .Values.koko.enabled }}
location /koko/ { location /koko/ {