mirror of https://github.com/1Panel-dev/1Panel
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
518 B
35 lines
518 B
{
|
|
"rules": [
|
|
{
|
|
"state": "on",
|
|
"rule": "php",
|
|
"name": "php",
|
|
"type": "fileExt"
|
|
},
|
|
{
|
|
"state": "on",
|
|
"rule": "jsp",
|
|
"name": "jsp",
|
|
"type": "fileExt"
|
|
},
|
|
{
|
|
"state": "on",
|
|
"rule": "asp",
|
|
"name": "asp",
|
|
"type": "fileExt"
|
|
},
|
|
{
|
|
"state": "on",
|
|
"rule": "exe",
|
|
"name": "exe",
|
|
"type": "fileExt"
|
|
},
|
|
{
|
|
"state": "on",
|
|
"rule": "sh",
|
|
"name": "sh",
|
|
"type": "fileExt"
|
|
}
|
|
]
|
|
}
|