add langbot support

pull/21891/head
ytqh 1 year ago
parent 20bbc35fbc
commit 944207f072

@ -66,6 +66,16 @@ server {
include proxy.conf;
}
location /langbot {
proxy_pass http://host.docker.internal:5300;
include proxy.conf;
}
location /callback {
proxy_pass http://host.docker.internal:2290;
include proxy.conf;
}
location / {
proxy_pass http://web:3000;
include proxy.conf;

Loading…
Cancel
Save