"description":"Disables globally HTTP2 in Caddy, thus enable-http2-by-default here and enable-http2 have no effect. Rational is that in some loaded environments it is better to run Caddy without any HTTP2 capabilities.",
"description":"Disables globally HTTP2 in Caddy, thus enable-http2-by-default here and enable-http2 have no effect. Rational is that in some loaded environments it is better to run Caddy without any HTTP2 capabilities. Warning: Changing the parameter will result in restarting Caddy process.",
"enum":[
"true",
"false"
...
...
@@ -40,7 +40,7 @@
"mpm-graceful-shutdown-timeout":{
"default":5,
"description":"Value passed to -grace parameter of Caddy, see https://caddyserver.com/docs/cli .",
"title":"Duration of the graceful shutdown period",
"title":"Duration of the graceful shutdown period. Warning: Changing the parameter will result in restarting Caddy process.",
"type":"integer"
},
"nginx-domain":{
...
...
@@ -61,7 +61,7 @@
},
"enable-quic":{
"default":"false",
"description":"Enables QUIC - Quick UDP Internet Connections. Note that this is experimental feature, thus can result in undefined behaviour.",
"description":"Enables QUIC - Quick UDP Internet Connections. Note that this is experimental feature, thus can result in undefined behaviour. Warning: Changing the parameter will result in restarting Caddy process.",
"description":"Specifies the maximum number of CPUs.",
"type":"integer",
"default":24,
"minimum":1,
"maximum":64
"minimum":1
},
"numa":{
"title":"Simulate a multi node NUMA system.",
...
...
@@ -441,8 +440,7 @@
"description":"Number of disk overwrite iterations with random data. Default is 1. WARNING: Increase this value will slow down partition destruction and increase IO.",
"description":"Specifies the maximum number of CPUs.",
"type":"integer",
"default":24,
"minimum":1,
"maximum":64
"minimum":1
},
"numa":{
"title":"Simulate a multi node NUMA system.",
...
...
@@ -233,7 +231,6 @@
"description":"Specify the size of additional disk to create for virtual machine in data folder of SlapOS Node. Requires instance_storage_home to be configured on SlapOS Node.",
"type":"integer",
"minimum":10,
"maximum":1000,
"default":20
},
"external-disk-format":{
...
...
@@ -261,8 +258,7 @@
"description":"Number of disk overwrite iterations with random data. Default is 1. WARNING: Increase this value will slow down partition destruction and increase IO.",