diff --git a/frontend/main.js b/frontend/main.js index f02f259..00f1dad 100644 --- a/frontend/main.js +++ b/frontend/main.js @@ -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; diff --git a/site.conf b/site.conf index c1fa69d..20c1bcd 100644 --- a/site.conf +++ b/site.conf @@ -7,6 +7,6 @@ server { } location / { - root /var/www/html + root /var/www/html/frontend; } }