- 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/
推薦閱讀
- PWA入門與實踐
- Machine Learning with R Cookbook(Second Edition)
- WSO2 Developer’s Guide
- 數據結構簡明教程(第2版)微課版
- Koa開發:入門、進階與實戰
- PHP網絡編程學習筆記
- HTML5+CSS3網站設計基礎教程
- Multithreading in C# 5.0 Cookbook
- JavaScript應用開發實踐指南
- Scala編程(第5版)
- Getting Started with Polymer
- JavaScript機器人編程指南
- 官方 Scratch 3.0 編程趣味卡:讓孩子們愛上編程(全彩)
- Java EE實用教程
- Puppet Cookbook(Third Edition)