Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 399 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 399 Bytes

nginx-vips-module

VIPS module for nginx

Development env

Copy nginx source code into working directory

# copy nginx source code into dev/src (for editor completion)
make setup-dev-headers

# For MacOS, remove NGX_HAVE_BPF and replace NGX_LINUX by NGX_DARWIN in dev/objs/ngx_auto_headers.h

Build image

make docker-image

Run image

make docker-run