I noticed in RC that they allow the editing of the config.... just couldnt find any documentation regarding adding to config directly.
What I want to do is proxypass a
https://api.mydomain.com/ to 127.0.0.1:8055
I set up the redirect correctly in the config;
RewriteRule ^(.*)$
http://127.0.0.1:8055/$1 [P,L]
However i get a 500 error with the log reporting the following;
[REWRITE] Proxy target is not defined on external application list, please add a 'web server' with name '127.0.0.1:8055'
All documentation I'm reading on adding a proxy target to an external application relates only to the webadmin, but possibly im looking in the wrong place