feat: add Dify-Hook-Url to endpoint headers (#13602)
This commit is contained in:
parent
7f4a8b955d
commit
4886e5ae96
@ -31,6 +31,7 @@ server {
|
|||||||
|
|
||||||
location /e {
|
location /e {
|
||||||
proxy_pass http://plugin_daemon:5002;
|
proxy_pass http://plugin_daemon:5002;
|
||||||
|
proxy_set_header Dify-Hook-Url $scheme://$host$request_uri;
|
||||||
include proxy.conf;
|
include proxy.conf;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user