blob: b78a520cae4b62b2d0fc739ab34abdebff1a5bfd [file] [log] [blame]
Chetan Gaonker7f4bf742016-05-04 15:56:08 -07001# -*- text -*-
2######################################################################
3#
4# Sample virtual server for internally proxied requests.
5#
6# See the "realm virtual.example.com" example in "proxy.conf".
7#
8# $Id: 211daab3af0161aefa4990b137ba2739257f8326 $
9#
10######################################################################
11
12#
13# Sample contents: just do everything that the default configuration does.
14#
15# You WILL want to edit this to your local needs. We suggest copying
16# the "default" file here, and then editing it. That way, any
17# changes to the "default" file will not affect this virtual server,
18# and vice-versa.
19#
20# When this virtual server receives the request, the original
21# attributes can be accessed as "outer.request", "outer.control", etc.
22# See "man unlang" for more details.
23#
24server virtual.example.com {
25$INCLUDE ${confdir}/sites-available/default
26}