remote control problem

This commit is contained in:
Helva
2026-02-08 13:23:02 +01:00
parent cafae8a71d
commit f75c654a39
5 changed files with 33 additions and 6 deletions
+3 -2
View File
@@ -1,15 +1,16 @@
location /drive/ {
location ^~ /drive/ {
alias /opt/helva-robot/drive/var/www/drive/;
try_files $uri $uri/ /drive/index.html;
}
location /drive-ws {
location = /drive-ws {
proxy_pass http://127.0.0.1:8002/ws;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_set_header Host $host;
proxy_read_timeout 3600;
}
location /drive-health {