update templates

This commit is contained in:
Andrei Canta
2025-02-20 12:56:11 +02:00
parent 5fac760f2a
commit f57b86d84f
21 changed files with 323 additions and 56 deletions
@@ -24,6 +24,17 @@ server {
include proxy.conf;
}
location /explore {
proxy_pass http://web:3000;
include proxy.conf;
}
location /e {
proxy_pass http://plugin_daemon:5002;
proxy_set_header Dify-Hook-Url $scheme://$host$request_uri;
include proxy.conf;
}
location / {
proxy_pass http://web:3000;
include proxy.conf;