Skip to content

Commit 4c7464e

Browse files
authored
Update PHP configuration file reference in README
1 parent c63ce2c commit 4c7464e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ services:
123123
services:
124124
app:
125125
volumes:
126-
- ./volumes/php/pm.ini:/usr/local/etc/php/conf.d/
126+
- ./volumes/php/pm.conf:/usr/local/etc/php-fpm.d/pm.conf
127127
```
128-
- Create a file `./volumes/php/pm.ini` with the following content (see references for tunning according your setup):
128+
- Create a file `./volumes/php/pm.conf` with the following content (see references for tunning according your setup):
129129
```yaml
130130
[www]
131131
pm.max_children = 10

0 commit comments

Comments
 (0)