Skip to content

Commit d47ed02

Browse files
authored
Merge pull request #184 from greg0ire/patch-1
Add missing configuration key
2 parents c38a867 + 4c9c3a0 commit d47ed02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integrations/symfony-bundle.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,8 @@ The order in which you specify the plugins **does** matter.
225225
- add_host:
226226
host: "http://localhost:8000"
227227
- header_defaults:
228-
"X-FOO": bar
228+
headers:
229+
"X-FOO": bar
229230
- authentication:
230231
acme_basic:
231232
type: 'basic'

0 commit comments

Comments
 (0)