new pisilinux web sites
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
<?php return
|
||||
[
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Create File
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Decides whether to create a robots file.
|
||||
|
|
||||
*/
|
||||
|
||||
'createFile' => false,
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Rules
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Expressions to be written to the file.
|
||||
|
|
||||
| Multiple Usage
|
||||
|
|
||||
| Example: rules => [['userAgent' => '*', disallow => ['/dir/']] ... ],
|
||||
|
|
||||
*/
|
||||
|
||||
'rules' =>
|
||||
[
|
||||
'userAgent' => '*',
|
||||
'allow' => [],
|
||||
'disallow' =>
|
||||
[
|
||||
'/External/',
|
||||
'/Internal/',
|
||||
'/Projects/',
|
||||
'/Settings/'
|
||||
]
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user