added static Access Point and Captive Portal and some small adjustments
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user