aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--webcastor.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webcastor.js b/webcastor.js
index 423927f..dbc6ad1 100644
--- a/webcastor.js
+++ b/webcastor.js
@@ -155,7 +155,7 @@ var Server = {
155 155
156 res.render('channel', { 156 res.render('channel', {
157 channel : channelName, 157 channel : channelName,
158 url : req.protocol + '://' + req.host + '/', 158 url : 'https://' + req.hostname + '/',
159 }); 159 });
160 }); 160 });
161 161