You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,9 +191,9 @@ You should see the "Welcome to CakePHP..." page in your browser. If not, please
191
191
https://example.com
192
192
```
193
193
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
195
195
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
197
197
198
198
```
199
199
pm.max_children = 19
@@ -216,11 +216,11 @@ add and/or remove cakephp site folders and files with any ftp client program in
216
216
217
217
see [Redis Cache](https://book.cakephp.org/4/en/core-libraries/caching.html#redisengine-options) options and must add below code to config file.
218
218
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.
220
220
221
221
### phpMyAdmin
222
222
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:
0 commit comments