configuring

This commit is contained in:
Francis 2021-09-23 20:09:02 +02:00
parent 52de06ae18
commit ba1fc1fa3e
No known key found for this signature in database
GPG Key ID: 071BEA4C2B10077C
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
var ledStripControl = (function() {
"use strict";
var HOST = "http://localhost:8080";
var HOST = "http://10.1.0.212";
var segments = null;
var activeSegmentId = null;

View File

@ -7,6 +7,6 @@ server {
}
location / {
root /var/www/html
root /var/www/html/frontend;
}
}