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

This commit is contained in:
Yeuoly 2025-02-12 17:38:56 +08:00 committed by GitHub
parent 7f4a8b955d
commit 4886e5ae96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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