From a5b0601184301963e660cfcda4da38882012ef74 Mon Sep 17 00:00:00 2001 From: luccioman Date: Thu, 7 Jul 2016 00:03:11 +0200 Subject: [PATCH] Local port is set by Heroku, but public port is 80. --- defaults/yacy.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/yacy.init b/defaults/yacy.init index 86412fdd0..c553fd39f 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -8,7 +8,7 @@ # ---------------------------------------------------------------------------- # port number where the server should bind to -port = 8090 +port = 80 # optinal ssl port (https port) the server should bind to port.ssl = 8443