Modules

Maxim Dounin mdounin at mdounin.ru
Sun Apr 21 19:43:04 UTC 2024


Hello!

On Sun, Apr 21, 2024 at 03:43:05AM +0100, Glyn Normington wrote:

> I recently wrote an NGINX module ([1]). What do I need to do, if anything,
> to support freenginx?
> 
> Regards,
> Glyn
> [1] https://github.com/glyn/nginx_robot_access

As of now, there aren't many API differences between F5 NGINX and 
freenginx, so modules should work without any modifications as 
long as compiled with freenginx.

In the future likely there will be API changes which will require 
code modifications.  For these you'll need to adapt your code 
accordingly, much like it is usually done for API changes between 
versions.

-- 
Maxim Dounin
http://mdounin.ru/



More information about the nginx mailing list