nextcloudpi/etc/ncp-config.d/modsecurity.cfg
2019-01-04 18:14:52 -07:00

17 lines
472 B
INI

{
"id": "modsecurity",
"name": "modsecurity",
"title": "modsecurity",
"description": "Web Application Firewall for extra security (experimental)",
"info": "This feature is highly experimental and has only been tested with\na basic NextCloud installation. If a new App does not work disable it",
"infotitle": "Experimental feature warning",
"params": [
{
"id": "ACTIVE",
"name": "Active",
"value": "no",
"type": "bool"
}
]
}