32 lines
877 B
Text
32 lines
877 B
Text
# -*- text -*-
|
|
######################################################################
|
|
#
|
|
# Sample virtual server for internally proxied requests.
|
|
#
|
|
# See the "realm virtual.example.com" example in "proxy.conf".
|
|
#
|
|
# $Id: 3c4aea7458cca50c9f43f33e6aebd5ca08180de7 $
|
|
#
|
|
######################################################################
|
|
|
|
#
|
|
# You will want to edit this to your local needs. We suggest copying
|
|
# the text from the "default" file here, and then editing the text.
|
|
# 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 {
|
|
authorize {
|
|
# insert policies here
|
|
}
|
|
|
|
authenticate {
|
|
# insert policies here
|
|
}
|
|
|
|
# etc.
|
|
}
|