8000 Framework config asset_base_urls uses ssl, not https · web-dev/symfony-docs@5ac2769 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5ac2769

Browse files
committed
Framework config asset_base_urls uses ssl, not https
1 parent 0434394 commit 5ac2769

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reference/configuration/framework.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@ templating
115115
assets_base_urls
116116
................
117117

118-
**default**: ``{ http: [], https: [] }``
118+
**default**: ``{ http: [], ssl: [] }``
119119

120120
This option allows you to define base URL's to be used for assets referenced
121-
from ``http`` and ``https`` pages. A string value may be provided in lieu of a
122-
single-element array. If multiple base URL's are provided, Symfony2 will select
123-
one from the collection each time it generates an asset's path.
121+
from ``http`` and ``ssl`` (``https``) pages. A string value may be provided in
122+
lieu of a single-element array. If multiple base URL's are provided, Symfony2
123+
will select one from the collection each time it generates an asset's path.
124124

125125
For your convenience, ``assets_base_urls`` can be set directly with a string or
126126
array of strings, which will be automatically organized into collections of base

0 commit comments

Comments
 (0)
0