Subversion Repositories configs

Rev

Rev 4 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
# -*- text -*-
2
######################################################################
3
#
4
#	Sample virtual server for internally proxied requests.
5
#
6
#	See the "realm virtual.example.com" example in "proxy.conf".
7
#
34 - 8
#	$Id: d8eff1c615627fdb5ac1d82a67b03f620de3a7a9 $
4 - 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
#
24
server virtual.example.com {
25
$INCLUDE	${confdir}/sites-available/default
26
}