14 lines
381 B
Properties
14 lines
381 B
Properties
|
# 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
|