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; }