Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a879ae123e95caf20241cf917e829811e5e7ba19 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# Jetty Proxy module
#

[depend]
servlet
client

[lib]
lib/jetty-proxy-${jetty.version}.jar

[xml]
etc/jetty-proxy.xml

[ini-template]
## Proxy Configuration
#jetty.proxy.servletClass=org.eclipse.jetty.proxy.ProxyServlet
#jetty.proxy.servletMapping=/*
#jetty.proxy.maxThreads=128
#jetty.proxy.maxConnections=256
#jetty.proxy.idleTimeout=30000
#jetty.proxy.timeout=60000

Back to the top