mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-08 10:23:37 +00:00
first open-appsec support
This commit is contained in:
@@ -137,6 +137,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"openappsec_mode": {
|
||||
"description": "openappsec_mode ID",
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"maxLength": 255
|
||||
},
|
||||
"minimum_confidence": {
|
||||
"description": "minimum_confidence ID",
|
||||
"type": "string",
|
||||
"minLength": 1,
|
||||
"maxLength": 255
|
||||
},
|
||||
"access_list_id": {
|
||||
"description": "Access List ID",
|
||||
"example": 1234,
|
||||
@@ -231,6 +243,11 @@
|
||||
"example": true,
|
||||
"type": "boolean"
|
||||
},
|
||||
"use_openappsec": {
|
||||
"description": "Use openappsec",
|
||||
"example": true,
|
||||
"type": "boolean"
|
||||
},
|
||||
"caching_enabled": {
|
||||
"description": "Should we cache assets",
|
||||
"example": true,
|
||||
|
Reference in New Issue
Block a user