mirror of https://github.com/langgenius/dify.git
add nginx /triggers endpoint
This commit is contained in:
parent
fd2f0df097
commit
a80f30f9ef
|
|
@ -39,10 +39,17 @@ server {
|
|||
proxy_pass http://web:3000;
|
||||
include proxy.conf;
|
||||
}
|
||||
|
||||
location /mcp {
|
||||
proxy_pass http://api:5001;
|
||||
include proxy.conf;
|
||||
}
|
||||
|
||||
location /triggers {
|
||||
proxy_pass http://api:5001;
|
||||
include proxy.conf;
|
||||
}
|
||||
|
||||
# placeholder for acme challenge location
|
||||
${ACME_CHALLENGE_LOCATION}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue