- NGINX Cookbook
- Tim Butler
- 61字
- 2021-07-03 00:04:20
How to do it...
However, even though 1.9.11 added the dynamic modules, none of the standard modules are dynamic by default. To make them into dynamic modules, you'll need to update the configure options. For example, to make the mail module dynamic, update --with-mail to --with-mail=dynamic.
The main nginx.conf configuration file will then need the following:
load_module "modules/ngx_mail_module.so";
Official Link: https://www.nginx.com/resources/wiki/extending/
推薦閱讀
- Visual Basic程序開發(學習筆記)
- Learning Spring 5.0
- Java從入門到精通(第5版)
- jQuery從入門到精通 (軟件開發視頻大講堂)
- Mastering Unity Shaders and Effects
- Unity 5 for Android Essentials
- 深入RabbitMQ
- PHP 7+MySQL 8動態網站開發從入門到精通(視頻教學版)
- 新一代SDN:VMware NSX 網絡原理與實踐
- Vue.js 2 Web Development Projects
- Python函數式編程(第2版)
- Get Your Hands Dirty on Clean Architecture
- Building UIs with Wijmo
- Qt 5.12實戰
- Elasticsearch搜索引擎構建入門與實戰