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
You should see the "Welcome to CodeIgniter..." page in your browser. If not, please check if your PHP installation satisfies CodeIgniter's requirements.
@@ -205,20 +213,18 @@ You should see the "Welcome to CodeIgniter..." page in your browser. If not, ple
205
213
https://example.com
206
214
```
207
215
208
-
add or remove code in the ```./php-fpm/php/conf.d/security.ini``` file for custom php.ini configurations
216
+
add or remove code in the ./php-fpm/php/conf.d/security.ini file for custom php.ini configurations
209
217
210
-
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
CodeIgniter features wrappers around some of the most popular forms of fast and dynamic caching. All but file-based caching require specific server requirements, and a Fatal Exception will be thrown if server requirements are not met.
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:
0 commit comments