I have configured my instance to serve 5-6 apps on different domains using vhosts. I want to access those apps using SSH tunneling using local port forwarding to make some modifications. This is required due to security concerns and i don't want to perform modifications over public internet. I can access all domains via public networks but when connected to instance via SSH tunneling i can access only default vhost on 127.0.0.1/localhost. How can i access rest of apps through tunneling?
127.0.0.1/8888 opens my default vhost I want to access other vhosts as below if possible site1.127.0.0.1:8888 or 127.0.0.1:8888/site1 site2.127.0.0.1:8888 or 127.0.0.1:8888/site2