mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-09-15 11:22:35 +00:00
Revert "remove default_server from certificate object"
This reverts commit 101afa0013
.
This commit is contained in:
@@ -46,6 +46,10 @@
|
|||||||
"enum": ["ecdsa", "rsa"],
|
"enum": ["ecdsa", "rsa"],
|
||||||
"description": "Type of SSL key (either ecdsa or rsa)"
|
"description": "Type of SSL key (either ecdsa or rsa)"
|
||||||
},
|
},
|
||||||
|
"default_server": {
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "Defines if the server is the default for unmatched requests"
|
||||||
|
},
|
||||||
"meta": {
|
"meta": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
|
Reference in New Issue
Block a user