web/webconfig.py
branchstable
changeset 8197 9e1da97d9b75
parent 8149 3ed48646f354
child 8259 1c5be4a1afd1
child 8341 af813e7d5daa
equal deleted inserted replaced
8196:50e5ce9dcef1 8197:9e1da97d9b75
   114           'RewriteRule ^/demo/(.*) http://127.0.0.1:8080/https/$1 [L,P]\n'\
   114           'RewriteRule ^/demo/(.*) http://127.0.0.1:8080/https/$1 [L,P]\n'\
   115           'where the cubicweb web server is listening on port 8080.',
   115           'where the cubicweb web server is listening on port 8080.',
   116           'group': 'main', 'level': 3,
   116           'group': 'main', 'level': 3,
   117           }),
   117           }),
   118         ('https-deny-anonymous',
   118         ('https-deny-anonymous',
   119          {'type': 'string',
   119          {'type': 'yn',
   120           'default': False,
   120           'default': False,
   121           'help': 'Prevent anonymous user to browse thought https version of '
   121           'help': 'Prevent anonymous user to browse thought https version of '
   122                   'the site (https-url). Login form will then be displayed '
   122                   'the site (https-url). Login form will then be displayed '
   123                   'until logged',
   123                   'until logged',
   124           'group': 'web',
   124           'group': 'web',