404323 Improved parameterization of https and SPDY

This commit is contained in:
Greg Wilkins 2013-03-26 16:29:48 +11:00
parent ab373a5503
commit 8c405f4503
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@
<!-- =========================================================== -->
<New id="httpConfig" class="org.eclipse.jetty.server.HttpConfiguration">
<Set name="secureScheme">https</Set>
<Set name="securePort"><Property name="jetty.tls.port" default="8443" /></Set>
<Set name="securePort"><Property name="jetty.secure.port" default="8443" /></Set>
<Set name="outputBufferSize">32768</Set>
<Set name="requestHeaderSize">8192</Set>
<Set name="responseHeaderSize">8192</Set>