Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit de036c8

Browse files
committed
fixed README
1 parent d2e9b63 commit de036c8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

UPGRADE-2.2.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
UPGRADE FROM 2.1 to 2.2
22
=======================
33

4-
* The ``_internal`` route is not used any more. It should then be removed from
5-
both your routing and security configurations. A ``router_proxy`` key has
4+
* The ``_internal`` route is not used any more. It should then be removed
5+
from both your routing and security configurations. A ``framgents`` key has
66
been added to the framework configuration and must be specified when ESI or
77
Hinclude are in use. No security configuration is required for this path as
8-
by default ESI access is only permitted for trusted hosts and Hinclude access
9-
uses an URL signing mechanism.
8+
by default ESI access is only permitted for trusted hosts and Hinclude
9+
access uses an URL signing mechanism.
1010

1111
```
1212
framework:
1313
# ...
14-
router_proxy: { path: /_proxy }
14+
fragments: { path: /_proxy }
1515
```
1616

1717
Functional Tests

0 commit comments

Comments
 (0)