Initial commit
This commit is contained in:
14
run/rules.json
Normal file
14
run/rules.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"allow": [
|
||||
"index.html",
|
||||
"css/*",
|
||||
"private/info.php"
|
||||
],
|
||||
"deny": [
|
||||
"private/*"
|
||||
],
|
||||
"auth": [
|
||||
"private/*",
|
||||
"admin/*"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user