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
+2 -1
View File
@@ -2,6 +2,8 @@ server {
listen 80;
server_name _;
include /opt/helva-robot/drive/etc/nginx/snippets/drive.conf;
root /opt/helva-robot/face/var/www/html;
index index.html;
@@ -31,6 +33,5 @@ server {
add_header Cache-Control no-cache;
}
include /opt/helva-robot/drive/etc/nginx/snippets/drive.conf;
}