doc: fix references to php5, use new directory structure
This commit is contained in:
parent
3b04d19a62
commit
04a816f648
2 changed files with 5 additions and 5 deletions
|
@ -187,7 +187,7 @@ http {
|
||||||
```
|
```
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
# /etc/php5/fpm/php.ini
|
# /etc/php/$php_version/fpm/php.ini
|
||||||
|
|
||||||
[...]
|
[...]
|
||||||
post_max_size = 10M
|
post_max_size = 10M
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
## php.ini
|
## php.ini
|
||||||
PHP settings are defined in:
|
PHP settings are defined in:
|
||||||
|
|
||||||
- a main configuration file, usually found under `/etc/php5/php.ini`; some distributions provide different configuration environments, e.g.
|
- a main configuration file, usually found under `/etc/php/$php_version/php.ini`; some distributions provide different configuration environments, e.g.
|
||||||
- `/etc/php5/php.ini` - used when running console scripts
|
- `/etc/php/$php_version/php.ini` - used when running console scripts
|
||||||
- `/etc/php5/apache2/php.ini` - used when a client requests PHP resources from Apache
|
- `/etc/php/$php_version/apache2/php.ini` - used when a client requests PHP resources from Apache
|
||||||
- `/etc/php5/php-fpm.conf` - used when PHP requests are proxied to PHP-FPM
|
- `/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:
|
- additional configuration files/entries, depending on the installed/enabled extensions:
|
||||||
- `/etc/php/conf.d/xdebug.ini`
|
- `/etc/php/conf.d/xdebug.ini`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue