简体   繁体   中英

NGINX modules in Lua and C

Is it possible to build and deploy modules in C or Lua for NGINX with the free version of NGINX? Or must you have a license for NGINX PRO?

It's certainly possible. Moreover, Lua module is not a part of original nginx but it's still built and distributed in all major linux distros.

http://nginx.org/LICENSE

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:...

It's of course possible and here is the famous example - https://openresty.org

OpenResty bundle is based on free open source nginx version and includes a lot of C and Lua modules.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM