• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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