diff --git a/docs/usage.rst b/docs/usage.rst index ded3e0802a9c90089806673dc828ffca964c9a86..63f1a4fc4d79c7c2bb5af25bbff97799bd70bded 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -1290,7 +1290,7 @@ Before we start, here is a couple of useful pointers regarding the the name is also derived from the FQDN of website, for example ``admin-tbg_example_com``. Administrative user does not have a dedicated group, and instead belongs to same group as the application user. -* PHP applications are executed via FastCGI, using the ``php5-fpm`` package. +* PHP applications are executed via FastCGI, using *PHP-FPM*. * If you ever need to set some additional PHP FPM settings, this can easily be done via the ``additional_fpm_config`` role parameter. This particular example does not set any, though. @@ -1308,7 +1308,7 @@ Before we start, here is a couple of useful pointers regarding the application's group. In other words, all directories will have ``SGID`` bit set, allowing you to create files/directories that will have their group automatically set to the group of the parent directory. -* Files are served (both by *Nginx* and *php5-fpm*) from sub-directory called +* Files are served (both by *Nginx* and *PHP-FPM*) from sub-directory called ``htdocs`` (located in website directory). For example ``/var/www/tbg.example.com/htdocs/``. Normally, this can be a symlink to some other sub-directory within the website directory (useful for having multiple