diff options
Diffstat (limited to 'id.server/data/deploy/tomcat/uriworkermap.properties')
-rw-r--r-- | id.server/data/deploy/tomcat/uriworkermap.properties | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/id.server/data/deploy/tomcat/uriworkermap.properties b/id.server/data/deploy/tomcat/uriworkermap.properties new file mode 100644 index 000000000..daf0dca1a --- /dev/null +++ b/id.server/data/deploy/tomcat/uriworkermap.properties @@ -0,0 +1,7 @@ +# a sample mod_jk uriworkermap.properties file for mapping +# MOA-ID-AUTH and MOA-ID-PROXY web service requests to workers +# +# omit the mappings you don't need + +/moa-id-auth/*=moaworker +/moa-id-proxy/*=moaworker
\ No newline at end of file |