Hi, I was trying to setup IIS rewrite for Jira from a subdomain with subfolder e.g. sub.domain.com/jira to localhost:8080 by following this guideline:
However, it returns error 404. Do we also need to follow this step?
<Context path="/<contextpath>"
My understanding is that setting will enable this URL: localhost:8080/<contextpath>
So probably not required in my scenario? But I tried without this still without success too.
Thanks