Skip to content

Commit

Permalink
feat: Add port configuration to validate-input.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed May 16, 2024
1 parent 21154b5 commit d4e7225
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions imageroot/actions/update-vhost/validate-input.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"lets_encrypt": false,
"http2https": true,
"Indexes": "disabled",
"status": "enabled"
"status": "enabled",
"Port": 9001
}
],
"type": "object",
Expand All @@ -35,7 +36,8 @@
"MaxExecutionTime",
"MaxFileUploads",
"Indexes",
"status"
"status",
"Port"
],
"properties": {
"ServerNames": {
Expand Down Expand Up @@ -115,6 +117,12 @@
"type": "boolean",
"title": "HTTP to HTTPS redirection",
"description": "Redirect all the HTTP requests to HTTPS"
},
"port": {
"type": "integer",
"minimum": 9001,
"title": "port",
"description": "The port of the phpfpm pool"
}
}
}

0 comments on commit d4e7225

Please sign in to comment.