Test route ngix

This commit is contained in:
2018-06-28 21:45:51 +02:00
parent 3fe636f23f
commit 21b5d1b402
4 changed files with 59 additions and 3 deletions

View File

@ -24,6 +24,16 @@ return [
],
],
],
'vault' => [
'type' => Literal::class,
'options' => [
'route' => '/vault',
'defaults' => [
'controller' => Controller\IndexController::class,
'action' => 'vault',
],
],
],
'srcpull' => [
'type' => Literal::class,
'options' => [
@ -49,7 +59,6 @@ return [
'controllers' => [
'factories' => [
Controller\IndexController::class => InvokableFactory::class,
Controller\VaultController::class => InvokableFactory::class,
],
],
'view_manager' => [