"description":"Server Alias List separated by space",
"type":"string",
"default":""
},
"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. Implemented are default, zope and redirect, not implemneted are notebook and eventsource.",
"description":"[NOT Implemented] If set to true, Backend SSL Certificates will be checked and frontend will refuse to proxy if certificate is invalid",
"description":"If set to true, Cache-Control and Pragma requests headers will not be sent to cache and backend servers. This prevents clients from bypassing cache when enable_cache is true",
"type":"string",
"default":"false",
"enum":["false","true"]
},
"disable-via-header":{
"title":"enable_cache: Disable 'Via' headers from cache",
"description":"If set to true, Via response headers will not be sent to client",
"type":"string",
"default":"false",
"enum":["false","true"]
},
"enable-http2":{
"title":"Enable HTTP2 Protocol",
"description":"Use HTTP2 Protocol for the site",
"type":"string",
"default":"true",
"enum":["true","false"]
},
"prefer-gzip-encoding-to-backend":{
"title":"[NOT Implemented] Prefer gzip Encoding for Backend",
"description":"[NOT Implemented] If set to true, frontend will rewrite Accept-Encoding request header to simply 'gzip' for all variants of Accept-Encoding containing 'gzip', in order to maximize cache hits for resources cached with Vary: Accept-Encoding when enable_cache is used",
"type":"string",
"default":"false",
"enum":["false","true"]
},
"disabled-cookie-list":{
"title":"[NOT Implemented] Disabled Cookies",
"description":"[NOT Implemented] List of Cookies separated by space that will not be sent to cache and backend servers. This is especially useful to discard analytics tracking cookies when using Vary: Cookie cache headers",
"type":"string",
"default":""
},
"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 frontend administrators",
"default":"",
"textarea":true,
"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 frontend administrators",
"default":"",
"textarea":true,
"type":"string"
},
"virtualhostroot-http-port":{
"title":"type:zope virtualhostroot-http-port",
"description":"Port where http requests to frontend will be redirected.",
"default":80,
"type":"integer"
},
"virtualhostroot-https-port":{
"title":"type:zope virtualhostroot-https-port",
"description":"Port where https requests to frontend will be redirected.",