virtual.example

Sample virtual server for internally proxied requests.

See the "realm virtual.example.com" example in "proxy.conf".

Sample contents: just do everything that the default configuration does.

This file should be edited to fit the local needs. Copying the "default" file here and then editing it is suggested. That way, any changes to the "default" file will not affect this virtual server, and vice-versa.

When this virtual server receives the request, the original attributes can be accessed as "outer.request", "outer.control", etc. See "man unlang" for more details.

server virtual.example.com {
$INCLUDE	${confdir}/sites-available/default
}