From 6f0ec37b112a953af8d386d3f1bdb525947fd82f Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Fri, 10 Feb 2023 17:33:32 +0100 Subject: [PATCH] Adding backticks --- setup/web_server_configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/web_server_configuration.rst b/setup/web_server_configuration.rst index d29b4a03c92..f17e635e9fd 100644 --- a/setup/web_server_configuration.rst +++ b/setup/web_server_configuration.rst @@ -16,9 +16,9 @@ When using Apache, you can configure PHP as an :ref:`PHP FPM `. FastCGI also is the preferred way to use PHP :ref:`with Nginx `. -.. sidebar:: The public directory +.. sidebar:: The ``public`` directory - The public directory is the home of all of your application's public and + The ``public`` directory is the home of all of your application's public and static files, including images, stylesheets and JavaScript files. It is also where the front controller (``index.php``) lives.