Reese Jenner
New Pleskian
I'd like:
example.com to lead to a Plesk site on port 80
And another site to be example2.com on port 80.
Both exist inside Plesk.
When I do ./ngrok http 80 (loads default plesk hostname page, not a site) or
./ngrok http -host-header=rewrite 192.168.43.242:80 (loads default plesk hostname page, not a site) or
(config)
tunnels:
demo:
proto: http
addr: 80
hostname: delltest.example.com
Anyone know how I can make NGROK serve up the different sites? Plesk doesn't listen on LOCALHOST, but the LAN IP. E.G: 192.168.43.242
example.com to lead to a Plesk site on port 80
And another site to be example2.com on port 80.
Both exist inside Plesk.
When I do ./ngrok http 80 (loads default plesk hostname page, not a site) or
./ngrok http -host-header=rewrite 192.168.43.242:80 (loads default plesk hostname page, not a site) or
(config)
tunnels:
demo:
proto: http
addr: 80
hostname: delltest.example.com
Anyone know how I can make NGROK serve up the different sites? Plesk doesn't listen on LOCALHOST, but the LAN IP. E.G: 192.168.43.242