Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jetty-distribution/src/main/resources/modules/protonego.mod')
-rw-r--r--jetty-distribution/src/main/resources/modules/protonego.mod9
1 files changed, 9 insertions, 0 deletions
diff --git a/jetty-distribution/src/main/resources/modules/protonego.mod b/jetty-distribution/src/main/resources/modules/protonego.mod
index d7bba9fbec..fbf4d080e0 100644
--- a/jetty-distribution/src/main/resources/modules/protonego.mod
+++ b/jetty-distribution/src/main/resources/modules/protonego.mod
@@ -13,3 +13,12 @@ protonego-impl/${protonego}
# and the future HTTP/2 spec
# Note: java 1.8+ are ALPN only.
protonego=alpn
+
+# Configuration for NPN
+# npn.protocols=spdy/3,http/1.1
+# npn.defaultProtocol=http/1.1
+
+# Configuration for ALPN
+# alpn.protocols=h2-14,http/1.1
+# alpn.defaultProtocol=http/1.1
+

Back to the top