summaryrefslogtreecommitdiffstats
path: root/pki/base/ca/shared/conf/uriworkermap.properties
blob: c65445b108b46bc085da65729a3a899eb3b0d7bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# uriworkermap.properties - IIS
#
# This file provides sample mappings for example ajp13w
# worker defined in workermap.properties.minimal
# The general sytax for this file is:
# [URL]=[Worker name]

/servlet-examples/*=ajp13w

# Optionally filter out all .jpeg files inside that context
# For no mapping the url has to start with exclamation (!)

!/servlet-examples/*.jpeg=ajp13w