Skip to content

Commit 0eddd7b

Browse files
committed
Update README.md
1 parent 88f68ad commit 0eddd7b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Create rules to open ports to the internet, or to a specific IPv4 address or ran
3939
- [Usage](#usage)
4040
- [Website](#website)
4141
- [Webserver](#webserver)
42-
- [Redis Plugin](#redis-plugin)
42+
- [Redis](#redis)
4343
- [Cache](#cache)
4444
- [phpMyAdmin](#phpmyadmin)
4545
- [backup](#backup)
@@ -232,6 +232,12 @@ docker container restart codeigniter
232232
add and/or remove codeigniter site folders and files with any ftp client program in ```./codeigniter/appstarter``` folder.
233233
<br />You can also visit `https://example.com` to access website after starting the containers.
234234

235+
#### Webserver
236+
237+
add or remove code in the ```./webserver/templates/nginx.conf.template``` file for custom nginx configurations
238+
239+
[https://docs.nginx.com/nginx/admin-guide/basic-functionality/managing-configuration-files/](https://docs.nginx.com/nginx/admin-guide/basic-functionality/managing-configuration-files/)
240+
235241
#### Redis
236242

237243
[Redis Cache](https://codeigniter.com/userguide3/libraries/caching.html#redis-caching), Config options to connect to redis server must be stored in the application/config/redis.php file.
@@ -251,7 +257,7 @@ $config['timeout'] = 0;
251257

252258
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.
253259

254-
[https://codeigniter.com/userguide3/libraries/caching.html](https://codeigniter.com/userguide3/libraries/caching.html)
260+
[https://codeigniter.com/user_guide/libraries/caching.html?highlight=cache](https://codeigniter.com/user_guide/libraries/caching.html?highlight=cache)
255261

256262
### phpMyAdmin
257263

0 commit comments

Comments
 (0)