equal
deleted
inserted
replaced
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', |