We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31c76c6 commit be87cffCopy full SHA for be87cff
cookbook/configuration/web_server_configuration.rst
@@ -19,7 +19,7 @@ to use PHP :ref:`with Nginx <web-server-nginx>`.
19
20
The web directory is the home of all of your application's public and
21
static files, including images, stylesheets and JavaScript files. It is
22
- also where the front controllers live. For more details, see the :ref:`the-web-directory`.
+ also where the front controllers (``app.php`` and ``app_dev.php``) live.
23
24
The web directory serves as the document root when configuring your
25
web server. In the examples below, the ``web/`` directory will be the
0 commit comments