Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5ab6e70a8805407641e26af150c91b6630cf41c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#
# Jetty Proxy module
#

DEPEND=server
DEPEND=client

LIB=lib/jetty-proxy-${jetty.version}.jar

# Proxy requires configuration
etc/jetty-proxy.xml

Back to the top