fix: nginx bugfix see also: https://github.com/langgenius/dify/pull/13980
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user