fix: update default.conf.template avoid embed.min.js 404 (#13980)

This commit is contained in:
n2em 2025-02-28 10:49:19 +08:00 committed by GitHub
parent 779770dae5
commit 55405c1a26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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