mirror of
https://github.com/langgenius/dify.git
synced 2026-03-30 17:20:16 +08:00
fix: add location directive for /explore (#12572)
This commit is contained in:
parent
a5e24ff6d3
commit
f69220ca96
@ -24,6 +24,11 @@ server {
|
||||
include proxy.conf;
|
||||
}
|
||||
|
||||
location /explore {
|
||||
proxy_pass http://web:3000;
|
||||
include proxy.conf;
|
||||
}
|
||||
|
||||
location /e {
|
||||
proxy_pass http://plugin_daemon:5002;
|
||||
include proxy.conf;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user