cwconfig.py
branchtls-sprint
changeset 1520 b097057e629d
parent 1446 e951a860eeaf
child 1521 973c5f1dfad4
--- a/cwconfig.py	Mon Apr 27 19:33:34 2009 +0200
+++ b/cwconfig.py	Tue Apr 28 13:28:37 2009 +0200
@@ -184,6 +184,14 @@
           'help': 'web server root url',
           'group': 'main', 'inputlevel': 1,
           }),
+        ('use-request-subdomain',
+         {'type' : 'yn',
+          'default': None,
+          'help': ('if set, base-url subdomain is replaced by the request\'s '
+                   'host, to help managing sites with several subdomains in a '
+                   'single cubicweb instance'),
+          'group': 'main', 'inputlevel': 1,
+          }),
         ('mangle-emails',
          {'type' : 'yn',
           'default': False,