Skip to main content
 首页 » 编程设计

nginx之如何编写 Nginx 模块

2024年08月06日17mfryf

我正在尝试查找有关如何为 Nginx Web 服务器构建模块/插件的教程。

有人可以帮忙吗,我似乎找不到合适的教程。

请您参考如下方法:

引用文档:

Evan Miller has written the definitive guide to Nginx module development. But some parts of it are a little out of date. You've been warned.

A github search turned up the Nginx Development Kit. It seems to be more up to date.

根据我个人的经验,Evan Miller's guide很有帮助。您还必须深入了解 NGINX 的工作原理。 Agentzh's tutorial可以帮助你。

阅读his modules的源代码也总是有帮助的。

还有一个video tutorial我还没有检查过,但看起来不错。