Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 621b57b

Browse filesBrowse files
committed
Minor tweak
1 parent fdd0abf commit 621b57b
Copy full SHA for 621b57b

File tree

1 file changed

+4
-3
lines changed
Filter options

1 file changed

+4
-3
lines changed

‎frontend/asset_mapper.rst

Copy file name to clipboardExpand all lines: frontend/asset_mapper.rst
+4-3Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,9 @@ This adds the ``bootstrap`` package to your ``importmap.php`` file::
227227

228228
.. tip::
229229

230-
If you get a error like as ``Connection was reset for "https://cdn.jsdelivr.net/npm/...".``,
231-
than you can temporaly configure the proxy for connection to the ``jsDelivr`` CDN:
230+
If you see a network error like *Connection was reset for "https://cdn.jsdelivr.net/npm/..."*,
231+
it may be caused by a proxy or firewall restriction. In that case, you can
232+
temporarily configure a proxy to connect to the ``jsDelivr`` CDN:
232233

233234
.. code-block:: yaml
234235
@@ -238,7 +239,7 @@ This adds the ``bootstrap`` package to your ``importmap.php`` file::
238239
http_client:
239240
default_options:
240241
proxy: '185.250.180.238:8080'
241-
# If you use CURL, add extra options:
242+
# if you use CURL, add extra options:
242243
extra:
243244
curl:
244245
# 61 is value of constant CURLOPT_HTTPPROXYTUNNEL

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.