I'm trying to get a NodeJS express server available on port 80 of a subdomain. I've configured a virtualhost for my subdomain and that seems fine. I can access the express server via port 3000.
I followed the instructions from https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:proxy:lsws-as-a-proxy-rewrite and created a server level external app
and in my .htaccess file in the doc root I've put the following.
Can anyone tell me what I'm doing wrong? Oh and of course I'm doing graceful restarts everytime I try and change something.
I followed the instructions from https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:proxy:lsws-as-a-proxy-rewrite and created a server level external app
and in my .htaccess file in the doc root I've put the following.
Can anyone tell me what I'm doing wrong? Oh and of course I'm doing graceful restarts everytime I try and change something.