added telegram bot manager

main
alex 2023-11-04 21:50:07 +01:00
parent 8c33d8e9c1
commit a8fa795be4
1 changed files with 7 additions and 0 deletions

View File

@ -24,6 +24,13 @@ server {
proxy_pass http://jnx-log-manager-server:3000/; proxy_pass http://jnx-log-manager-server:3000/;
} }
location /tnm/ { # telegram bot manager
client_max_body_size 0;
proxy_http_version 1.0;
proxy_set_header Connection ""; # needed for sse
proxy_pass http://jnx-telegram-bot-manager:3000/;
}
location / { # frontend location / { # frontend
root /usr/share/nginx/html; root /usr/share/nginx/html;
index index.html; index index.html;