doc: fix php.ini path
Co-Authored-By: Aurélien Tamisier <virtualtam+github@flibidi.net>
This commit is contained in:
parent
04a816f648
commit
1ea8aeef76
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
PHP settings are defined in:
|
||||
|
||||
- a main configuration file, usually found under `/etc/php/$php_version/php.ini`; some distributions provide different configuration environments, e.g.
|
||||
- `/etc/php/$php_version/php.ini` - used when running console scripts
|
||||
- `/etc/php/$php_version/cli/php.ini` - used when running console scripts
|
||||
- `/etc/php/$php_version/apache2/php.ini` - used when a client requests PHP resources from Apache
|
||||
- `/etc/php/$php_version/php-fpm.conf` - used when PHP requests are proxied to PHP-FPM
|
||||
- additional configuration files/entries, depending on the installed/enabled extensions:
|
||||
|
|
Loading…
Reference in a new issue