add x-forwarded-host

This commit is contained in:
j 2007-04-06 17:45:26 +00:00
parent f356ed663c
commit 36dfdcaa50
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ autoreload.package="oilarchive"
session_filter.on = True
base_url_filter.on=True
base_url_filter.use_x_forwarded_host = True
# Set to True if you'd like to abort execution if a controller gets an
# unexpected parameter. False by default
tg.strict_parameters = True