feat: add Dify-Hook-Url to endpoint headers (#13602)

pull/13665/head
Yeuoly 12 months ago committed by GitHub
parent 7f4a8b955d
commit 4886e5ae96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -31,6 +31,7 @@ server {
location /e {
proxy_pass http://plugin_daemon:5002;
proxy_set_header Dify-Hook-Url $scheme://$host$request_uri;
include proxy.conf;
}

Loading…
Cancel
Save