diff --git a/nginx.conf b/nginx.conf index 675ea4f..ae5eab0 100644 --- a/nginx.conf +++ b/nginx.conf @@ -24,6 +24,13 @@ server { 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 root /usr/share/nginx/html; index index.html;