added static Access Point and Captive Portal and some small adjustments

This commit is contained in:
Helva
2026-02-08 18:51:19 +01:00
parent c2bb45ac5a
commit 29b1e5c29d
12 changed files with 101 additions and 2 deletions
+4
View File
@@ -2,6 +2,10 @@ server {
listen 80;
server_name _;
# captive portal to face
include /opt/helva-robot/drive/etc/nginx/snippets/captive-portal.conf;
# gives access to drive control
include /opt/helva-robot/drive/etc/nginx/snippets/drive.conf;
root /opt/helva-robot/face/var/www/html;