Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jetty-server/src/main/config/modules/https.mod')
-rw-r--r--jetty-server/src/main/config/modules/https.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/jetty-server/src/main/config/modules/https.mod b/jetty-server/src/main/config/modules/https.mod
index c01652339b..7838ea6abd 100644
--- a/jetty-server/src/main/config/modules/https.mod
+++ b/jetty-server/src/main/config/modules/https.mod
@@ -9,5 +9,8 @@ ssl
etc/jetty-https.xml
[ini-template]
+## HTTPS Configuration
+# HTTP port to listen on
https.port=8443
+# HTTPS idle timeout in milliseconds
https.timeout=30000

Back to the top