Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5169c4fddd6f0bf42c345920c005aab2e8152234 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">

<Configure id="httpConnector" class="org.eclipse.jetty.server.ServerConnector">
  <Call name="addFirstConnectionFactory">
    <Arg>
      <New class="org.eclipse.jetty.server.ProxyConnectionFactory"/>
    </Arg>
  </Call>
</Configure>

Back to the top