Hi,
I can't quite figure out how to make this work:
Public URL: https://backend.myservice.com/
Internal Server: http://backend.myservice.local/subdir/
I can get the SSL offloading working fine, but I can't figure out how to make the backend always go to a subdirectory, it always ends up in the root directory. A redirect isn't what I want either really.
Thanks for your help!
Figured this out.
Needs a rule saying path doesn't start with the subdir, and then a condition with execute function set path "/subdir/%[path]" if the condition is false.