"description":"If set to true, http request are redirect to https",
"type":"string",
"default":"false",
"enum":["false","true"]
},
"enable_cache":{
"title":"Enable Cache",
"description":"If set to true, the cache is used",
"type":"string",
"default":"false",
"enum":["false","true"]
},
"apache_custom_http":{
"title":"HTTP configuration",
"description":"Raw http configuration in python template format. Your site will be rejected if you use it without notification and approval of the frontend adminastrator",
"default":"",
"type":"string"
},
"apache_custom_https":{
"title":"HTTPS configuration",
"description":"Raw https configuration in python template format. Your site will be rejected if you use it without notification and approval of the frontend adminastrator",