Skip to content

Commit 5d2828e

Browse files
committed
Update README.md
1 parent 8cd5941 commit 5d2828e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,9 @@ You should see the "Welcome to CakePHP..." page in your browser. If not, please
191191
https://example.com
192192
```
193193

194-
add or remove code in the ./php-fpm/php/conf.d/security.ini file for custom php.ini configurations
194+
add or remove code in the ```./php-fpm/php/conf.d/security.ini``` file for custom php.ini configurations
195195

196-
Copy and paste the following code in the ./php-fpm/php-fpm.d/z-www.conf file for php-fpm configurations at 1Gb Ram Host
196+
Copy and paste the following code in the ```./php-fpm/php-fpm.d/z-www.conf``` file for php-fpm configurations at 1Gb Ram Host
197197

198198
```
199199
pm.max_children = 19
@@ -216,11 +216,11 @@ add and/or remove cakephp site folders and files with any ftp client program in
216216

217217
see [Redis Cache](https://book.cakephp.org/4/en/core-libraries/caching.html#redisengine-options) options and must add below code to config file.
218218

219-
modify redis cache configuration values in the /app/basic/config/app_local.php file.
219+
modify redis cache configuration values in the ```/app/basic/config/app_local.php``` file.
220220

221221
### phpMyAdmin
222222

223-
You can add your own custom config.inc.php settings (such as Configuration Storage setup) by creating a file named config.user.inc.php with the various user defined settings in it, and then linking it into the container using:
223+
could add/remove config.inc.php settings (such as Configuration Storage setup) with the various user defined settings in it:
224224

225225
```
226226
./phpmyadmin/config.user.inc.php

0 commit comments

Comments
 (0)