File tree 2 files changed +13
-9
lines changed
2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -256,9 +256,10 @@ argument of type ``service_locator``:
256
256
# config/services.yaml
257
257
services :
258
258
App\CommandBus :
259
- arguments : !service_locator
260
- App\FooCommand : ' @app.command_handler.foo'
261
- App\BarCommand : ' @app.command_handler.bar'
259
+ arguments :
260
+ - !service_locator
261
+ App\FooCommand : ' @app.command_handler.foo'
262
+ App\BarCommand : ' @app.command_handler.bar'
262
263
263
264
.. code-block :: xml
264
265
Original file line number Diff line number Diff line change @@ -202,12 +202,15 @@ Now run this command to start the proxy:
202
202
203
203
$ symfony proxy:start
204
204
205
- .. note ::
206
-
207
- Some browsers (e.g. Chrome) require to re-apply proxy settings (clicking on
208
- ``Re-apply settings `` button on the ``chrome://net-internals/#proxy `` page)
209
- or a full restart after starting the proxy. Otherwise, you'll see a
210
- *"This webpage is not available" * error (``ERR_NAME_NOT_RESOLVED ``).
205
+ If the proxy doesn't work as explained in the following sections, check these:
206
+
207
+ * Some browsers (e.g. Chrome) require to re-apply proxy settings (clicking on
208
+ ``Re-apply settings `` button on the ``chrome://net-internals/#proxy `` page)
209
+ or a full restart after starting the proxy. Otherwise, you'll see a
210
+ *"This webpage is not available" * error (``ERR_NAME_NOT_RESOLVED ``);
211
+ * Some Operating Systems (e.g. macOS) don't apply by default the proxy settings
212
+ to local hosts and domains. You may need to remove ``*.local `` and/or other
213
+ IP addresses from that list.
211
214
212
215
Defining the Local Domain
213
216
~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments