update Dockerfile
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
$arUrlRewrite=array (
|
||||
0 =>
|
||||
array (
|
||||
'CONDITION' => '#^/local/rest/#',
|
||||
'RULE' => '',
|
||||
'ID' => 'bitrix:rest.hook',
|
||||
'PATH' => '/local/rest/index.php',
|
||||
'SORT' => 100,
|
||||
),
|
||||
1 =>
|
||||
array (
|
||||
'CONDITION' => '#^/local/rest/#',
|
||||
'RULE' => '',
|
||||
'ID' => 'bitrix:rest.hook',
|
||||
'PATH' => '/local/rest/index.php',
|
||||
'SORT' => 100,
|
||||
),
|
||||
2 =>
|
||||
array (
|
||||
'CONDITION' => '#^/rest/#',
|
||||
'RULE' => '',
|
||||
'ID' => '',
|
||||
'PATH' => '/bitrix/services/rest/index.php',
|
||||
'SORT' => 200,
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user