diff --git a/applefruitmoth/static/applefruitmoth/js/applefruitmoth.js b/applefruitmoth/static/applefruitmoth/js/applefruitmoth.js
index 863948924f7fa1d3cf010349f537c84bbc3beff2..3fa56d6a94b7200d4e307e36d41f4da68a92e877 100644
--- a/applefruitmoth/static/applefruitmoth/js/applefruitmoth.js
+++ b/applefruitmoth/static/applefruitmoth/js/applefruitmoth.js
@@ -1,7 +1,7 @@
 
 class ApplefruitMoth 
 {
-	serverUri = "https://" + settings.vipsCoremanagerServerName;
+	serverUri = settings.vipsCoremanagerServerName;
 	runUri= this.serverUri + "/models/DAYDEGREES/run"; 
 	weatherStationDataURL = "https://lmt.nibio.no/services/rest/vips/getdata/forecastfallback";
     gridDataURL = "https://weather.vips.nibio.no/rest/grid/openmeteo/";