"description":"Server Alias List separated by space",
"type":"string",
"default":""
},
"frontend-type":{
"title":"Backend Type",
"description":"Type of slave. If redirect, the slave will redirect to the given url. If zope, the rewrite rules will be compatible with Virtual Host Monster",
"type":"string",
"default":"",
"enum":["","zope","redirect"]
},
"frontend-path":{
"title":"Backend Path",
"description":"Path to proxy to in the backend",
"type":"string",
"default":""
},
"frontend-default-path":{
"title":"Default Path",
"description":"Provide default path to redirect user to",
"type":"string",
"default":""
},
"frontend-https-only":{
"title":"HTTPS Only",
"description":"If set to true, http request are redirect to https",
"type":"boolean",
"default":false
},
"frontend-enable_cache":{
"title":"Enable Cache",
"description":"If set to true, the cache is used",