Skip to content

Build ngx_mruby dynamic module for CentOS.

License

Notifications You must be signed in to change notification settings

yano3/ngx_mruby-module-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ngx_mruby-module-builder

Build Module CI

Build ngx_mruby dynamic module for CentOS.

Usage

Just execute make.

$ make

And, ngx_mruby (ngx_http_mruby_module.so) and depended NDK (ndk_http_module.so) module files are created in your local dist directory.

$ ls ./dist
ndk_http_module.so              ngx_http_mruby_module.so

Specify version

You can specify versions of nginx and ngx_mruby with make arguments.

$ make NGINX_VERSION:=1.23.1 NGX_MRUBY_VERSION:=2.2.5

Customize build_config.rb

If you want to adjust build configuration, you can edit build_config.rb. This file is used instead of build_config.rb bundled with ngx_mruby on build.

About

Build ngx_mruby dynamic module for CentOS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published