I have a VPS (with Debian 8) on ovh with 3 domains: (I manage them with plesk 12.5.30)
I installed sinusbot application (https://www.sinusbot.com/) with port 1111 and then I can open it simply entering:
How can I do to do this? (see below)
Except this:
I added this:
ProxyPass / http://localhost:1111/
ProxyPassReverse / http://localhost:1111/
sinusbot.domain1.com work perfectly but other domains still works...
Resolved in this way:
Http directives:
ProxyPass / http://localhost:1111/
ProxyPassReverse / http://localhost:1111/
Sinusbot config:
ListenHost="localhost"