- 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/
推薦閱讀
- Boost C++ Application Development Cookbook(Second Edition)
- Manga Studio Ex 5 Cookbook
- Practical Internet of Things Security
- Three.js開發指南:基于WebGL和HTML5在網頁上渲染3D圖形和動畫(原書第3版)
- Learning ASP.NET Core 2.0
- DevOps入門與實踐
- Bulma必知必會
- Learning Apache Kafka(Second Edition)
- Nginx Essentials
- C++ 從入門到項目實踐(超值版)
- 精通Linux(第2版)
- 大模型RAG實戰:RAG原理、應用與系統構建
- Unity 3D/2D移動開發實戰教程
- R語言:邁向大數據之路(加強版)
- JavaScript從入門到精通(視頻實戰版)