summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Lund Kramshoej <hlk@kramse.org>2017-07-10 15:50:09 +0200
committerHenrik Lund Kramshoej <hlk@kramse.org>2017-07-10 15:50:09 +0200
commit9dbbd3cf142ccea8d4c7567953fb28f54a1c55d8 (patch)
treec1fbb2bc45b571ba09c48ddae06e4f5519ded763
parent1cf42355ab9bfb8783fc59e6e6373adc6e221b99 (diff)
This port number is used now
-rw-r--r--jetty_base/start.d/http.ini4
1 files 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