diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/md/Server-security.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/md/Server-security.md b/doc/md/Server-security.md index 467ec80b..ea1b637d 100644 --- a/doc/md/Server-security.md +++ b/doc/md/Server-security.md | |||
@@ -2,7 +2,7 @@ | |||
2 | PHP settings are defined in: | 2 | PHP settings are defined in: |
3 | 3 | ||
4 | - a main configuration file, usually found under `/etc/php/$php_version/php.ini`; some distributions provide different configuration environments, e.g. | 4 | - a main configuration file, usually found under `/etc/php/$php_version/php.ini`; some distributions provide different configuration environments, e.g. |
5 | - `/etc/php/$php_version/php.ini` - used when running console scripts | 5 | - `/etc/php/$php_version/cli/php.ini` - used when running console scripts |
6 | - `/etc/php/$php_version/apache2/php.ini` - used when a client requests PHP resources from Apache | 6 | - `/etc/php/$php_version/apache2/php.ini` - used when a client requests PHP resources from Apache |
7 | - `/etc/php/$php_version/php-fpm.conf` - used when PHP requests are proxied to PHP-FPM | 7 | - `/etc/php/$php_version/php-fpm.conf` - used when PHP requests are proxied to PHP-FPM |
8 | - additional configuration files/entries, depending on the installed/enabled extensions: | 8 | - additional configuration files/entries, depending on the installed/enabled extensions: |