diff options
-rw-r--r-- | jetty_base/start.d/http.ini | 4 |
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 |