← All guides

HTTP multi-service

Group multiple HTTP applications

Choose path or hostname routing to pass multiple services behind the same HTTP tunnel.

HTTP · Path / Hostname8 min
01

Choose a mode

Use Path to keep one hostname and separate services by prefix, or Hostname to assign one public name to each service.

02

Add a Path rule

The prefix is removed before forwarding to the local backend.

/web01=127.0.0.1:80
03

Or add a Hostname rule

Each valid hostname targets a specific local service.

web01.demo.t1.openport.fr=127.0.0.1:80
04

Verify the route

Use HTTP Inspector to confirm the hostname or path received by each service.

Need another starting point?

Open documentation