diff options
Diffstat (limited to 'id.server/data/deploy/tomcat/uriworkermap.properties')
-rw-r--r-- | id.server/data/deploy/tomcat/uriworkermap.properties | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/id.server/data/deploy/tomcat/uriworkermap.properties b/id.server/data/deploy/tomcat/uriworkermap.properties index daf0dca1a..32b4c1f50 100644 --- a/id.server/data/deploy/tomcat/uriworkermap.properties +++ b/id.server/data/deploy/tomcat/uriworkermap.properties @@ -3,5 +3,7 @@ # # omit the mappings you don't need -/moa-id-auth/*=moaworker -/moa-id-proxy/*=moaworker
\ No newline at end of file +#/moa-id-auth/*=moaworker + +#forward all requests to tomcat (e.g.) +/*=moaworker
\ No newline at end of file |