diff options
author | nodiscc <nodiscc@gmail.com> | 2020-03-09 17:43:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-09 17:43:09 +0000 |
commit | 1ea8aeef765d05e62c9766dd47dc4c417088f8c3 (patch) | |
tree | be91c9712b49dc06f0da415071d2152259202040 /doc/md/Server-security.md | |
parent | 04a816f648edeaeb7d1545064b87b4b2135a43e8 (diff) | |
download | Shaarli-1ea8aeef765d05e62c9766dd47dc4c417088f8c3.tar.gz Shaarli-1ea8aeef765d05e62c9766dd47dc4c417088f8c3.tar.zst Shaarli-1ea8aeef765d05e62c9766dd47dc4c417088f8c3.zip |
doc: fix php.ini path
Co-Authored-By: Aurélien Tamisier <virtualtam+github@flibidi.net>
Diffstat (limited to 'doc/md/Server-security.md')
-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: |