From 81fb8d2881a3479acbb789a266ae0d4d6da48ba5 Mon Sep 17 00:00:00 2001 From: Endial Fang Date: Tue, 15 Apr 2025 09:17:46 +0800 Subject: [PATCH] fix: nginx bugfix see also: https://github.com/langgenius/dify/pull/13980 --- templates/config.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/config.tpl b/templates/config.tpl index 97dd230..b00a7bd 100644 --- a/templates/config.tpl +++ b/templates/config.tpl @@ -440,7 +440,7 @@ server { include proxy.conf; } - location /e { + location /e/ { proxy_pass http://{{ template "dify.pluginDaemon.fullname" .}}:{{ .Values.pluginDaemon.service.ports.daemon }}; include proxy.conf; }