[z3-checkins] r48881 - z3/deliverance/DeliveranceVHoster/trunk

ianb at codespeak.net ianb at codespeak.net
Tue Nov 20 22:58:24 CET 2007


Author: ianb
Date: Tue Nov 20 22:58:24 2007
New Revision: 48881

Modified:
   z3/deliverance/DeliveranceVHoster/trunk/fassembler_config.ini_tmpl
Log:
added master_site_domain and typo in setting

Modified: z3/deliverance/DeliveranceVHoster/trunk/fassembler_config.ini_tmpl
==============================================================================
--- z3/deliverance/DeliveranceVHoster/trunk/fassembler_config.ini_tmpl	(original)
+++ z3/deliverance/DeliveranceVHoster/trunk/fassembler_config.ini_tmpl	Tue Nov 20 22:58:24 2007
@@ -24,13 +24,19 @@
 #   (note: this matches the *environmental key*, not the original header)
 clean_environ_headers_regex = ^HTTP_X_OPENPLANS
 
+# This makes every site like the "master" www.openplans.org site,
+# hosting multiple projects.  If you set it to a specific domain, then
+# any other domains will be treated as project vhosts:
+master_site_domain = auto
+
+
 # WARNING: *THE LINE BELOW MUST BE FALSE ON A PRODUCTION ENVIRONMENT*
 set debug = false
 
 logger = {{env.base_path}}/logs/deliverance/dvhoster.log
 
 init_domain = {{env.base_path}}/deliverance/src/openplans_hooks/openplans_hooks.py
-find_remove_uri = {{env.base_path}}/deliverance/src/openplans_hooks/openplans_hooks.py
+find_remote_uri = {{env.base_path}}/deliverance/src/openplans_hooks/openplans_hooks.py
 should_theme_uri = {{env.base_path}}/deliverance/src/openplans_hooks/openplans_hooks.py
 
 links_config = {{env.base_path}}/etc/build.ini


More information about the z3-checkins mailing list