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() { var ledStripControl = (function() {
"use strict"; "use strict";
var HOST = "http://localhost:8080"; var HOST = "http://10.1.0.212";
var segments = null; var segments = null;
var activeSegmentId = null; var activeSegmentId = null;

View file

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