1. Proxies and Flow

internal

Internal proxy that can only be invoked by other proxies within the gateway. An internal proxy does not listen on any port.

Internal proxies are useful to better structure the configuration of the gateway.


Can be used in:

router

Attributes

NameRequiredDefaultDescriptionExamples
port false 80
The port Membrane listens on for incoming connections.
8080
ip false not set
If present, binds the port only on the specified IP. Useful for hosts with multiple IP addresses.
127.0.0.1
name false By default, a name will be automatically generated from the target host, port, etc.
The name as shown in the Admin Console.
-
host false not set

A space separated list of hostnames. If set, Membrane will only consider this rule, if the "Host" header of incoming HTTP requests matches one of the hostnames.

The asterisk '*' can be used for basic globbing (to match any number, including zero, characters).


predic8.de *.predic8.de