From 9dbbd3cf142ccea8d4c7567953fb28f54a1c55d8 Mon Sep 17 00:00:00 2001 From: Henrik Lund Kramshoej Date: Mon, 10 Jul 2017 15:50:09 +0200 Subject: This port number is used now --- jetty_base/start.d/http.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jetty_base/start.d/http.ini b/jetty_base/start.d/http.ini index bd70c95..cda6a26 100644 --- a/jetty_base/start.d/http.ini +++ b/jetty_base/start.d/http.ini @@ -1,4 +1,4 @@ -# --------------------------------------- +# --------------------------------------- # Module: http --module=http @@ -8,7 +8,7 @@ # jetty.http.host=0.0.0.0 ## Connector port to listen on -jetty.http.port=80 +jetty.http.port=8080 ## Connector idle timeout in milliseconds # jetty.http.idleTimeout=30000 -- cgit v1.1