configuring
This commit is contained in:
parent
52de06ae18
commit
ba1fc1fa3e
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
|
@ -7,6 +7,6 @@ server {
|
||||||
}
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
root /var/www/html
|
root /var/www/html/frontend;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue