I have a new virtual host setup for app.example.com. I added an external app to that called "APP" with the address of app.example.com:8443 (I am unable to use the IP in this case). Under rewrite rules I have:
ENABLE REWRITE: YES
REWRITE RULES:
REWRITERULE ^/(.*)$ HTTP://APP/$1...
I am new to openlitespeed and web server management in general, so excuse the question if it is rather novice.
Current setup: example.com running on openlitespeed and app.example.com:8443 running on a completely separate server on the same network.
What I am trying to accomplish...