• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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