Commit a3165262 authored by Jérome Perrin's avatar Jérome Perrin

apache frontend: consistently use future tense in parameters description

parent 8028fbe6
......@@ -70,7 +70,7 @@
},
"https-only": {
"title": "HTTPS Only",
"description": "If set to true, http request are redirect to https",
"description": "If set to true, http requests will be redirected to https",
"type": "string",
"default": "false",
"enum": ["false", "true"]
......@@ -78,7 +78,7 @@
"ssl-proxy-verify": {
"title": "Verify Backend Certificates",
"description": "If set to true, Backend Certificates are checked",
"description": "If set to true, Backend SSL Certificates will be checked and frontend will refuse to proxy if certificate is invalid",
"type": "string",
"default": "false",
"enum": ["false", "true"]
......@@ -93,7 +93,7 @@
"enable_cache": {
"title": "Enable Cache",
"description": "If set to true, the cache is used",
"description": "If set to true, the cache will be used",
"type": "string",
"default": "false",
"enum": ["false", "true"]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment