• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Question NGROK - pesk server - listen to LAN IP and serve different sites depending on the URL

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
 
Back
Top