added robot control manager

main
alex 2023-11-04 22:33:02 +01:00
parent b9235551ea
commit fc7e28e714
1 changed files with 7 additions and 0 deletions

View File

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