Skip to content

Commit 459b1a1

Browse files
committed
Merge branch '2.0' into 2.1
2 parents dd088d0 + 95fcba2 commit 459b1a1

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

quick_tour/the_big_picture.rst

+8-5
Original file line numberDiff line numberDiff line change
@@ -419,9 +419,9 @@ is the developer's best friend.
419419
.. image:: /images/quick_tour/web_debug_toolbar.png
420420
:align: center
421421

422-
But what you see initially is only the tip of the iceberg; click on the weird
423-
hexadecimal number to reveal yet another very useful Symfony2 debugging tool:
424-
the profiler.
422+
But what you see initially is only the tip of the iceberg; click on the long
423+
hexadecimal number (the session token) to reveal yet another very useful
424+
Symfony2 debugging tool: the profiler.
425425

426426
.. image:: /images/quick_tour/profiler.png
427427
:align: center
@@ -433,7 +433,10 @@ the profiler.
433433

434434
Of course, you won't want to show these tools when you deploy your application
435435
to production. That's why you will find another front controller in the
436-
``web/`` directory (``app.php``), which is optimized for the production environment:
436+
``web/`` directory (``app.php``), which is optimized for the production environment.
437+
The ``AcmeDemoBundle`` is normally only available in the dev environment (see
438+
the note below), but if you were to add it to the production environment, you
439+
could go here:
437440

438441
.. code-block:: text
439442
@@ -446,7 +449,7 @@ And if you use Apache with ``mod_rewrite`` enabled, you can even omit the
446449
447450
http://localhost/demo/hello/Fabien
448451
449-
Last but not least, on the production servers, you should point your web root
452+
Last but not least, on production servers, you should point your web root
450453
directory to the ``web/`` directory to secure your installation and have an
451454
even better looking URL:
452455

0 commit comments

Comments
 (0)