update Dockerfile

This commit is contained in:
2026-06-24 13:38:07 +03:00
parent 47c712b3e0
commit f50c31df0f
8 changed files with 301 additions and 3 deletions
+27
View File
@@ -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,
),
);