Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kwabena Antwi-Boasiako
slapos
Commits
a3165262
Commit
a3165262
authored
Jun 22, 2016
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
apache frontend: consistently use future tense in parameters description
parent
8028fbe6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
software/apache-frontend/instance-slave-apache-input-schema.json
...e/apache-frontend/instance-slave-apache-input-schema.json
+3
-3
No files found.
software/apache-frontend/instance-slave-apache-input-schema.json
View file @
a3165262
...
@@ -70,7 +70,7 @@
...
@@ -70,7 +70,7 @@
},
},
"https-only"
:
{
"https-only"
:
{
"title"
:
"HTTPS Only"
,
"title"
:
"HTTPS Only"
,
"description"
:
"If set to true, http request
are redirect
to https"
,
"description"
:
"If set to true, http request
s will be redirected
to https"
,
"type"
:
"string"
,
"type"
:
"string"
,
"default"
:
"false"
,
"default"
:
"false"
,
"enum"
:
[
"false"
,
"true"
]
"enum"
:
[
"false"
,
"true"
]
...
@@ -78,7 +78,7 @@
...
@@ -78,7 +78,7 @@
"ssl-proxy-verify"
:
{
"ssl-proxy-verify"
:
{
"title"
:
"Verify Backend Certificates"
,
"title"
:
"Verify Backend Certificates"
,
"description"
:
"If set to true, Backend
Certificates are checke
d"
,
"description"
:
"If set to true, Backend
SSL Certificates will be checked and frontend will refuse to proxy if certificate is invali
d"
,
"type"
:
"string"
,
"type"
:
"string"
,
"default"
:
"false"
,
"default"
:
"false"
,
"enum"
:
[
"false"
,
"true"
]
"enum"
:
[
"false"
,
"true"
]
...
@@ -93,7 +93,7 @@
...
@@ -93,7 +93,7 @@
"enable_cache"
:
{
"enable_cache"
:
{
"title"
:
"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"
,
"type"
:
"string"
,
"default"
:
"false"
,
"default"
:
"false"
,
"enum"
:
[
"false"
,
"true"
]
"enum"
:
[
"false"
,
"true"
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment