We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe59a96 commit dfec0adCopy full SHA for dfec0ad
cookbook/console/generating_urls.rst
@@ -16,9 +16,9 @@ Configuring the Request Context globally
16
----------------------------------------
17
18
To configure the Request Context - which is used by the URL Generator - you can
19
-redefine the parameters it uses as default value to change the default host and
20
-scheme. Note that this does not impact URL generated via normal web requests,
21
-since those will override the defaults.
+redefine the parameters it uses as default values to change the default host
+(localhost) and scheme (http). Note that this does not impact URLs generated
+via normal web requests, since those will override the defaults.
22
23
.. configuration-block::
24
0 commit comments