"description":"Name of the domain to be used (example: mydomain.com). Subdomains of this domain will be used for the slave instances (example: instance12345.mydomain.com).",
"description":"Name of the domain to be used (example: mydomain.com). Subdomains of this domain will be used for the shared instances (example: instance12345.mydomain.com).",
"type":"string",
"type":"string",
"default":""
"default":""
},
},
...
@@ -89,13 +89,13 @@
...
@@ -89,13 +89,13 @@
"default":""
"default":""
},
},
"enable-cache":{
"enable-cache":{
"title":"Use cache for this slave frontend.",
"title":"Use cache for this shared frontend.",
"description":"Specify if slave frontend should use a squid to connect to backend.",
"description":"Specify if shared frontend should use a cache to connect to backend.",
"type":"boolean",
"type":"boolean",
"default":false
"default":false
},
},
"type":{
"type":{
"title":"Specify if slave frontend will redirect to a zope backend.",
"title":"Specify if shared frontend will redirect to a zope backend.",
"description":"If specified, Apache RewriteRule will use Zope's Virtual Host Daemon. Possible values: 'zope', 'default'.",
"description":"If specified, Apache RewriteRule will use Zope's Virtual Host Daemon. Possible values: 'zope', 'default'.",